# HG changeset patch # User Richard M. Stallman # Date 739132346 0 # Node ID 0761060b16a38fa991c23a103b30f84704dbe29f # Parent 1fd89e975a7845a3037713b34ef2b1f1f6e9eb53 (syms_of_emacs): Doc fix. diff -r 1fd89e975a78 -r 0761060b16a3 src/emacs.c --- 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,