changeset 3454:0761060b16a3

(syms_of_emacs): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 18:32:26 +0000
parents 1fd89e975a78
children 7542bfc0a920
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Thu Jun 03 17:48:18 1993 +0000
+++ b/src/emacs.c	Thu Jun 03 18:32:26 1993 +0000
@@ -874,7 +874,7 @@
     "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,