# HG changeset patch # User Karl Heuer # Date 896670279 0 # Node ID f322afba9154cde1cb3a57932562485719ad85d2 # Parent d6cc394c34b480a71cb6495dad3e833aba4e8758 (keyboard-quit): Doc fix. diff -r d6cc394c34b4 -r f322afba9154 lisp/simple.el --- a/lisp/simple.el Mon Jun 01 03:03:00 1998 +0000 +++ b/lisp/simple.el Mon Jun 01 03:04:39 1998 +0000 @@ -3336,7 +3336,7 @@ ;; Quitting out of a program does not go through here; ;; that happens in the QUIT macro at the C code level. (defun keyboard-quit () - "Signal a quit condition. + "Signal a `quit' condition. During execution of Lisp code, this character causes a quit directly. At top-level, as an editor command, this simply beeps." (interactive)