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
679aee02
Commit
679aee02
authored
Jun 03, 1993
by
Richard M. Stallman
Browse files
(syms_of_emacs): Doc fix.
parent
7617111f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/emacs.c
src/emacs.c
+1
-1
No files found.
src/emacs.c
View file @
679aee02
...
@@ -874,7 +874,7 @@ syms_of_emacs ()
...
@@ -874,7 +874,7 @@ syms_of_emacs ()
"Hook to be run whenever kill-emacs is called.
\n
\
"Hook to be run whenever kill-emacs is called.
\n
\
Since kill-emacs may be invoked when the terminal is disconnected (or
\n
\
Since kill-emacs may be invoked when the terminal is disconnected (or
\n
\
in other similar situations), functions placed on this hook should not
\n
\
in other similar situations), functions placed on this hook should not
\n
\
not
expect to be able to interact with the user."
);
expect to be able to interact with the user."
);
Vkill_emacs_hook
=
Qnil
;
Vkill_emacs_hook
=
Qnil
;
DEFVAR_INT
(
"emacs-priority"
,
&
emacs_priority
,
DEFVAR_INT
(
"emacs-priority"
,
&
emacs_priority
,
...
...
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