diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-06-03 18:32:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-06-03 18:32:26 +0000 |
| commit | 679aee027e2904b36b042cc3baa846a5d3aba585 (patch) | |
| tree | a189695b7104a8819ec306e1c8d8933e9156ed3b | |
| parent | 7617111fbd8dec4126ae055e1bc595b128e0f617 (diff) | |
| download | emacs-679aee027e2904b36b042cc3baa846a5d3aba585.tar.gz | |
(syms_of_emacs): Doc fix.
| -rw-r--r-- | src/emacs.c | 2 |
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 () "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, |
