From: Eli Zaretskii Date: Tue, 11 Jun 2024 12:39:51 +0000 (+0300) Subject: ; * src/emacs.c (Fkill_emacs): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f74e4827457ffa644283e981b77621b0cfe7e10;p=emacs.git ; * src/emacs.c (Fkill_emacs): Doc fix. (cherry picked from commit 4b902f5031e72ae913d69da9f60528f75b6e5860) --- diff --git a/src/emacs.c b/src/emacs.c index 64f850c58a7..d786bc65141 100644 --- 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