# HG changeset patch # User Richard M. Stallman # Date 1148516440 0 # Node ID fe6029063ab4a937f4f820fa01a4fdd1380aa290 # Parent e516a97ce0e6f2e57f08dc2b81881977ccedca79 (with-local-quit): Doc fix. diff -r e516a97ce0e6 -r fe6029063ab4 lisp/subr.el --- a/lisp/subr.el Thu May 25 00:19:02 2006 +0000 +++ b/lisp/subr.el Thu May 25 00:20:40 2006 +0000 @@ -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))