]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_emacs): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Mar 1995 19:37:37 +0000 (19:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Mar 1995 19:37:37 +0000 (19:37 +0000)
src/emacs.c

index ac3263386a5d638d06afbc8f9257efa32a911865..ceb56aa4aaa4b6042c312cd9e500314b08de912b 100644 (file)
@@ -1387,7 +1387,8 @@ 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\
-expect to be able to interact with the user.");
+expect to be able to interact with the user.  To ask for confirmation,\n\
+see `kill-emacs-query-functions' instead.");
   Vkill_emacs_hook = Qnil;
 
   DEFVAR_INT ("emacs-priority", &emacs_priority,