aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-03 18:32:26 +0000
committerRichard M. Stallman1993-06-03 18:32:26 +0000
commit679aee027e2904b36b042cc3baa846a5d3aba585 (patch)
treea189695b7104a8819ec306e1c8d8933e9156ed3b
parent7617111fbd8dec4126ae055e1bc595b128e0f617 (diff)
downloademacs-679aee027e2904b36b042cc3baa846a5d3aba585.tar.gz
emacs-679aee027e2904b36b042cc3baa846a5d3aba585.zip
(syms_of_emacs): Doc fix.
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 285911bf15d..3f9420f2d0a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -874,7 +874,7 @@ syms_of_emacs ()
874 "Hook to be run whenever kill-emacs is called.\n\ 874 "Hook to be run whenever kill-emacs is called.\n\
875Since kill-emacs may be invoked when the terminal is disconnected (or\n\ 875Since kill-emacs may be invoked when the terminal is disconnected (or\n\
876in other similar situations), functions placed on this hook should not\n\ 876in other similar situations), functions placed on this hook should not\n\
877not expect to be able to interact with the user."); 877expect 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,