comparison src/emacs.c @ 3454:0761060b16a3

(syms_of_emacs): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 18:32:26 +0000
parents e7558407ad29
children 3e6cc11cfe9f
comparison
equal deleted inserted replaced
3453:1fd89e975a78 3454:0761060b16a3
872 872
873 DEFVAR_LISP ("kill-emacs-hook", &Vkill_emacs_hook, 873 DEFVAR_LISP ("kill-emacs-hook", &Vkill_emacs_hook,
874 "Hook to be run whenever kill-emacs is called.\n\ 874 "Hook to be run whenever kill-emacs is called.\n\
875 Since kill-emacs may be invoked when the terminal is disconnected (or\n\ 875 Since kill-emacs may be invoked when the terminal is disconnected (or\n\
876 in other similar situations), functions placed on this hook should not\n\ 876 in other similar situations), functions placed on this hook should not\n\
877 not expect to be able to interact with the user."); 877 expect to be able to interact with the user.");
878 Vkill_emacs_hook = Qnil; 878 Vkill_emacs_hook = Qnil;
879 879
880 DEFVAR_INT ("emacs-priority", &emacs_priority, 880 DEFVAR_INT ("emacs-priority", &emacs_priority,
881 "Priority for Emacs to run at.\n\ 881 "Priority for Emacs to run at.\n\
882 This value is effective only if set before Emacs is dumped,\n\ 882 This value is effective only if set before Emacs is dumped,\n\