From: Richard M. Stallman Date: Thu, 2 Mar 1995 19:37:37 +0000 (+0000) Subject: (syms_of_emacs): Doc fix. X-Git-Tag: emacs-19.34~4956 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f232a5df07f53dd8fedf680359815dfc5d7d818;p=emacs.git (syms_of_emacs): Doc fix. --- 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 () "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,