emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Thu, 25 May 2006 00:20:40 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.513 emacs/lisp/subr.el:1.514
--- emacs/lisp/subr.el:1.513    Thu May 25 00:18:55 2006
+++ emacs/lisp/subr.el  Thu May 25 00:20:40 2006
@@ -2315,8 +2315,8 @@
 (defmacro with-local-quit (&rest body)
   "Execute BODY, allowing quits to terminate BODY but not escape further.
 When a quit terminates BODY, `with-local-quit' returns nil but
-requests another quit.  That quit will be processed, the next time quitting
-is allowed once again."
+requests another quit.  That quit will be processed as soon as quitting
+is allowed once again.  (Immediately, if `inhibit-quit' is nil.)"
   (declare (debug t) (indent 0))
   `(condition-case nil
        (let ((inhibit-quit nil))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]