]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/desktop.el: Update the commentary. (Bug#55560)
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 May 2022 05:28:16 +0000 (08:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 May 2022 05:28:16 +0000 (08:28 +0300)
lisp/desktop.el

index 51c56faebb55c8c6bfb745aca610a664307a8f33..041dbcf7c11586f036f98e27e885e63bf0a6745e 100644 (file)
 ;; (info "(emacs)Saving Emacs Sessions") in the GNU Emacs Manual.
 
 ;; When the desktop module is loaded, the function `desktop-kill' is
-;; added to the `kill-emacs-hook'.  This function is responsible for
-;; saving the desktop when Emacs is killed.  Furthermore an anonymous
-;; function is added to the `after-init-hook'.  This function is
-;; responsible for loading the desktop when Emacs is started.
+;; added to the `kill-emacs-query-functions'.  This function is
+;; responsible for saving the desktop and deleting the desktop lock
+;; file when Emacs is killed.  In addition, an anonymous function is
+;; added to the `after-init-hook'.  This function is responsible for
+;; loading the desktop when Emacs is started.
 
 ;; Special handling.
 ;; -----------------