aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-02 19:37:37 +0000
committerRichard M. Stallman1995-03-02 19:37:37 +0000
commit9f232a5df07f53dd8fedf680359815dfc5d7d818 (patch)
tree3be0b921891b47cab07c7b6d9c1ba14cada99bb3 /src
parent78c793d1171dc0641a0c8d2cc18dd8ea1bd509a5 (diff)
downloademacs-9f232a5df07f53dd8fedf680359815dfc5d7d818.tar.gz
emacs-9f232a5df07f53dd8fedf680359815dfc5d7d818.zip
(syms_of_emacs): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ac3263386a5..ceb56aa4aaa 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1387,7 +1387,8 @@ syms_of_emacs ()
1387 "Hook to be run whenever kill-emacs is called.\n\ 1387 "Hook to be run whenever kill-emacs is called.\n\
1388Since kill-emacs may be invoked when the terminal is disconnected (or\n\ 1388Since kill-emacs may be invoked when the terminal is disconnected (or\n\
1389in other similar situations), functions placed on this hook should not\n\ 1389in other similar situations), functions placed on this hook should not\n\
1390expect to be able to interact with the user."); 1390expect to be able to interact with the user. To ask for confirmation,\n\
1391see `kill-emacs-query-functions' instead.");
1391 Vkill_emacs_hook = Qnil; 1392 Vkill_emacs_hook = Qnil;
1392 1393
1393 DEFVAR_INT ("emacs-priority", &emacs_priority, 1394 DEFVAR_INT ("emacs-priority", &emacs_priority,