projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7375b6d
)
; * src/emacs.c (Fkill_emacs): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 11 Jun 2024 12:39:51 +0000
(15:39 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 11 Jun 2024 12:39:51 +0000
(15:39 +0300)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 64f850c58a717e10d5ba341b7151bdfbf5077263..d786bc651413256141942ef8d48a2917c119b064 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-2936,7
+2936,8
@@
Emacs process, using the same command line arguments as the currently
running Emacs process.
This function is called upon receipt of the signals SIGTERM
-or SIGHUP, and upon SIGINT in batch mode.
+or SIGHUP, and upon SIGINT in batch mode. (Other fatal signals
+shut down Emacs without calling this function.)
The value of `kill-emacs-hook', if not void, is a list of functions
(of no args), all of which are called before Emacs is actually