1
Fork 0
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:
Richard M. Stallman 1993-06-03 18:32:26 +00:00
parent 7617111fbd
commit 679aee027e

View file

@ -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,