Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d5dae4e1
Commit
d5dae4e1
authored
Jun 01, 1998
by
Karl Heuer
Browse files
(keyboard-quit): Doc fix.
parent
2c02e313
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/simple.el
View file @
d5dae4e1
...
@@ -3336,7 +3336,7 @@ when it is off screen)."
...
@@ -3336,7 +3336,7 @@ when it is off screen)."
;; Quitting out of a program does not go through here;
;; Quitting out of a program does not go through here;
;; that happens in the QUIT macro at the C code level.
;; that happens in the QUIT macro at the C code level.
(
defun
keyboard-quit
()
(
defun
keyboard-quit
()
"Signal a
quit
condition.
"Signal a
`
quit
'
condition.
During execution of Lisp code, this character causes a quit directly.
During execution of Lisp code, this character causes a quit directly.
At top-level, as an editor command, this simply beeps."
At top-level, as an editor command, this simply beeps."
(
interactive
)
(
interactive
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment