comparison lisp/desktop.el @ 102698:33bfc7807109

Comment.
author Glenn Morris <rgm@gnu.org>
date Sun, 22 Mar 2009 20:09:34 +0000
parents a9dc0e7c3f2b
children a18909b5a393
comparison
equal deleted inserted replaced
102697:4e47da560097 102698:33bfc7807109
38 ;; following line somewhere in your .emacs file: 38 ;; following line somewhere in your .emacs file:
39 ;; 39 ;;
40 ;; (desktop-save-mode 1) 40 ;; (desktop-save-mode 1)
41 ;; 41 ;;
42 ;; For further usage information, look at the section 42 ;; For further usage information, look at the section
43 ;; "Saving Emacs Sessions" in the GNU Emacs Manual. 43 ;; (info "(emacs)Saving Emacs Sessions") in the GNU Emacs Manual.
44 44
45 ;; When the desktop module is loaded, the function `desktop-kill' is 45 ;; When the desktop module is loaded, the function `desktop-kill' is
46 ;; added to the `kill-emacs-hook'. This function is responsible for 46 ;; added to the `kill-emacs-hook'. This function is responsible for
47 ;; saving the desktop when Emacs is killed. Furthermore an anonymous 47 ;; saving the desktop when Emacs is killed. Furthermore an anonymous
48 ;; function is added to the `after-init-hook'. This function is 48 ;; function is added to the `after-init-hook'. This function is