From 9f232a5df07f53dd8fedf680359815dfc5d7d818 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 2 Mar 1995 19:37:37 +0000 Subject: [PATCH] (syms_of_emacs): Doc fix. --- src/emacs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.39.5