From: Karl Heuer Date: Mon, 1 Jun 1998 03:04:39 +0000 (+0000) Subject: (keyboard-quit): Doc fix. X-Git-Tag: emacs-20.3~773 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5dae4e1b67ba40b928e8bf6f0b94dae05d9d48c;p=emacs.git (keyboard-quit): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 96f77b95cd6..eb1f31ec450 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3336,7 +3336,7 @@ when it is off screen)." ;; 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)