comparison src/emacs.c @ 10902:a8ec3a55a1d9

(syms_of_emacs): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 02 Mar 1995 19:37:37 +0000
parents 29aacca888e1
children 9d2cb049844b
comparison
equal deleted inserted replaced
10901:218400c0a4a7 10902:a8ec3a55a1d9
1385 1385
1386 DEFVAR_LISP ("kill-emacs-hook", &Vkill_emacs_hook, 1386 DEFVAR_LISP ("kill-emacs-hook", &Vkill_emacs_hook,
1387 "Hook to be run whenever kill-emacs is called.\n\ 1387 "Hook to be run whenever kill-emacs is called.\n\
1388 Since kill-emacs may be invoked when the terminal is disconnected (or\n\ 1388 Since kill-emacs may be invoked when the terminal is disconnected (or\n\
1389 in other similar situations), functions placed on this hook should not\n\ 1389 in other similar situations), functions placed on this hook should not\n\
1390 expect to be able to interact with the user."); 1390 expect to be able to interact with the user. To ask for confirmation,\n\
1391 see `kill-emacs-query-functions' instead.");
1391 Vkill_emacs_hook = Qnil; 1392 Vkill_emacs_hook = Qnil;
1392 1393
1393 DEFVAR_INT ("emacs-priority", &emacs_priority, 1394 DEFVAR_INT ("emacs-priority", &emacs_priority,
1394 "Priority for Emacs to run at.\n\ 1395 "Priority for Emacs to run at.\n\
1395 This value is effective only if set before Emacs is dumped,\n\ 1396 This value is effective only if set before Emacs is dumped,\n\