changeset 22304:f322afba9154

(keyboard-quit): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 01 Jun 1998 03:04:39 +0000
parents d6cc394c34b4
children 29da944dc29f
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)