Mercurial > emacs
changeset 10902:a8ec3a55a1d9
(syms_of_emacs): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 02 Mar 1995 19:37:37 +0000 |
parents | 218400c0a4a7 |
children | ff1b5efecdb0 |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Mar 02 19:36:40 1995 +0000 +++ b/src/emacs.c Thu Mar 02 19:37:37 1995 +0000 @@ -1387,7 +1387,8 @@ "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,