aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-06-01 03:04:39 +0000
committerKarl Heuer1998-06-01 03:04:39 +0000
commitd5dae4e1b67ba40b928e8bf6f0b94dae05d9d48c (patch)
tree1e174126139ea1aa56aa1fd4217fe1a6bdefa97a
parent2c02e313059d4797a746cc9bd6ca88d0915aa6e7 (diff)
downloademacs-d5dae4e1b67ba40b928e8bf6f0b94dae05d9d48c.tar.gz
emacs-d5dae4e1b67ba40b928e8bf6f0b94dae05d9d48c.zip
(keyboard-quit): Doc fix.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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)."
3336;; Quitting out of a program does not go through here; 3336;; Quitting out of a program does not go through here;
3337;; that happens in the QUIT macro at the C code level. 3337;; that happens in the QUIT macro at the C code level.
3338(defun keyboard-quit () 3338(defun keyboard-quit ()
3339 "Signal a quit condition. 3339 "Signal a `quit' condition.
3340During execution of Lisp code, this character causes a quit directly. 3340During execution of Lisp code, this character causes a quit directly.
3341At top-level, as an editor command, this simply beeps." 3341At top-level, as an editor command, this simply beeps."
3342 (interactive) 3342 (interactive)