]> git.eshelyaron.com Git - emacs.git/commitdiff
(Quitting): Clarify value of with-local-quit.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Dec 2004 12:36:43 +0000 (12:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Dec 2004 12:36:43 +0000 (12:36 +0000)
lispref/ChangeLog
lispref/commands.texi

index 8ebb1b239b9d3df06574ee95fdf324fddc1ede88..2ae6b155b801e9950eb7c2068046c0b6b2d60007 100644 (file)
@@ -1,3 +1,11 @@
+2004-12-28  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Quitting): Clarify value of with-local-quit.
+
+       * elisp.texi (Top): Fix previous change.
+
+       * loading.texi (Loading): Fix previous change.
+
 2004-12-27  Richard M. Stallman  <rms@gnu.org>
 
        * Makefile.in (MAKEINFO): Specify --force.
index 85e2953f10268363310dcf68d4d5f7892a4cdc02..fb0eabe272b8961cbf12b3e9460e5c5b4f3fa92a 100644 (file)
@@ -2605,7 +2605,8 @@ non-@code{nil}, then @code{quit-flag} has no special effect.
 This macro executes @var{forms} in sequence, but allows quitting, at
 least locally, within @var{body} even if @code{inhibit-quit} was
 non-@code{nil} outside this construct.  It returns the value of the
-last form in @var{forms}.
+last form in @var{forms}, unless exited by quitting, in which case
+it returns @code{nil}.
 
 If @code{inhibit-quit} is @code{nil} on entry to @code{with-local-quit},
 it only executes the @var{forms}, and setting @code{quit-flag} causes