/[emacs]/emacs/lispref/commands.texi
ViewVC logotype

Diff of /emacs/lispref/commands.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by rms, Tue Dec 21 11:46:47 2004 UTC revision 1.62 by rms, Tue Dec 28 12:36:33 2004 UTC
# Line 2605  non-@code{nil}, then @code{quit-flag} ha Line 2605  non-@code{nil}, then @code{quit-flag} ha
2605  This macro executes @var{forms} in sequence, but allows quitting, at  This macro executes @var{forms} in sequence, but allows quitting, at
2606  least locally, within @var{body} even if @code{inhibit-quit} was  least locally, within @var{body} even if @code{inhibit-quit} was
2607  non-@code{nil} outside this construct.  It returns the value of the  non-@code{nil} outside this construct.  It returns the value of the
2608  last form in @var{forms}.  last form in @var{forms}, unless exited by quitting, in which case
2609    it returns @code{nil}.
2610    
2611  If @code{inhibit-quit} is @code{nil} on entry to @code{with-local-quit},  If @code{inhibit-quit} is @code{nil} on entry to @code{with-local-quit},
2612  it only executes the @var{forms}, and setting @code{quit-flag} causes  it only executes the @var{forms}, and setting @code{quit-flag} causes

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26