From: borutr Date: Sun, 13 Apr 2003 17:34:28 +0000 (+0000) Subject: updated info about #pragma SAVE/RESTORE nesting: typo corrections... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=496e7eb7cdfda8ff1fb698962a12cf5a79db11e9;p=fw%2Fsdcc updated info about #pragma SAVE/RESTORE nesting: typo corrections... git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2527 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 22a94a60..0bc0cbe1 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -6978,10 +6978,10 @@ SAVE - this will save all current options to the SAVE/RESTORE stack. See RESTORE. \layout Itemize -RESTORE - will restore the saved options from the last save. +RESTORE - will restore saved options from the last save. SAVEs & RESTOREs can be nested. SDCC uses a SAVE/RESTORE stack: SAVE pushes current options to the stack, - RESTORE pulls current optios from the stack. + RESTORE pulls current options from the stack. See SAVE. \layout Itemize