diff options
| author | Richard M. Stallman | 1995-03-02 19:37:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-03-02 19:37:37 +0000 |
| commit | 9f232a5df07f53dd8fedf680359815dfc5d7d818 (patch) | |
| tree | 3be0b921891b47cab07c7b6d9c1ba14cada99bb3 /src | |
| parent | 78c793d1171dc0641a0c8d2cc18dd8ea1bd509a5 (diff) | |
| download | emacs-9f232a5df07f53dd8fedf680359815dfc5d7d818.tar.gz emacs-9f232a5df07f53dd8fedf680359815dfc5d7d818.zip | |
(syms_of_emacs): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index ac3263386a5..ceb56aa4aaa 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1387,7 +1387,8 @@ syms_of_emacs () | |||
| 1387 | "Hook to be run whenever kill-emacs is called.\n\ | 1387 | "Hook to be run whenever kill-emacs is called.\n\ |
| 1388 | Since kill-emacs may be invoked when the terminal is disconnected (or\n\ | 1388 | Since kill-emacs may be invoked when the terminal is disconnected (or\n\ |
| 1389 | in other similar situations), functions placed on this hook should not\n\ | 1389 | in other similar situations), functions placed on this hook should not\n\ |
| 1390 | expect to be able to interact with the user."); | 1390 | expect to be able to interact with the user. To ask for confirmation,\n\ |
| 1391 | see `kill-emacs-query-functions' instead."); | ||
| 1391 | Vkill_emacs_hook = Qnil; | 1392 | Vkill_emacs_hook = Qnil; |
| 1392 | 1393 | ||
| 1393 | DEFVAR_INT ("emacs-priority", &emacs_priority, | 1394 | DEFVAR_INT ("emacs-priority", &emacs_priority, |