mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(keyboard-quit): Doc fix.
This commit is contained in:
parent
2c02e31305
commit
d5dae4e1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue