diff options
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, |