mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
(syms_of_emacs): Doc fix.
This commit is contained in:
parent
7617111fbd
commit
679aee027e
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ syms_of_emacs ()
|
|||
"Hook to be run whenever kill-emacs is called.\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\
|
||||
not expect to be able to interact with the user.");
|
||||
expect to be able to interact with the user.");
|
||||
Vkill_emacs_hook = Qnil;
|
||||
|
||||
DEFVAR_INT ("emacs-priority", &emacs_priority,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue