]> git.eshelyaron.com Git - emacs.git/commitdiff
(keyboard-quit): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Mon, 1 Jun 1998 03:04:39 +0000 (03:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 1 Jun 1998 03:04:39 +0000 (03:04 +0000)
lisp/simple.el

index 96f77b95cd66fde80f976ef53dc8d96a27f0eccb..eb1f31ec4504eb4ea8e787a1a2bba16891ca9e3f 100644 (file)
@@ -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)