(syms_of_emacs): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 18:32:26 +0000 (18:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 18:32:26 +0000 (18:32 +0000)
src/emacs.c

index 285911b..3f9420f 100644 (file)
@@ -874,7 +874,7 @@ syms_of_emacs ()
     "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\
-not expect to be able to interact with the user.");
+expect to be able to interact with the user.");
   Vkill_emacs_hook = Qnil;
 
   DEFVAR_INT ("emacs-priority", &emacs_priority,