# HG changeset patch # User Richard M. Stallman # Date 794173057 0 # Node ID a8ec3a55a1d9fa9984e44f8c9d21b4d23e38ce7a # Parent 218400c0a4a7a2ee0491699d49f6e60f41814b23 (syms_of_emacs): Doc fix. diff -r 218400c0a4a7 -r a8ec3a55a1d9 src/emacs.c --- 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,