+2014-02-03 Glenn Morris <rgm@gnu.org>
+
+ * misc.texi (Saving Emacs Sessions): Mention desktop-auto-save-timeout.
+
2014-02-02 Glenn Morris <rgm@gnu.org>
* regs.texi (Registers): Mention previewing.
@vindex desktop-save-mode
You can save the desktop manually with the command @kbd{M-x
desktop-save}. You can also enable automatic saving of the desktop
-when you exit Emacs, and automatic restoration of the last saved
+at regular intervals and when you exit Emacs, and automatic restoration
+of the last saved
desktop when Emacs starts: use the Customization buffer (@pxref{Easy
Customization}) to set @code{desktop-save-mode} to @code{t} for future
sessions, or add this line in your init file (@pxref{Init File}):
(desktop-save-mode 1)
@end example
+@vindex desktop-auto-save-timeout
+@noindent
+Emacs then auto-saves the desktop every @code{desktop-auto-save-timeout}
+seconds, if that is non-@code{nil} and non-zero.
+
@findex desktop-change-dir
@findex desktop-revert
@vindex desktop-path
** Desktop
-*** `desktop-auto-save-timeout' defines the number of seconds idle time
-before auto-save of the desktop.
++++
+*** By default, the desktop is now auto-saved after `desktop-auto-save-timeout'.
+To disable this, customize that option to nil (or zero).
*** `desktop-restore-frames', enabled by default, allows saving and
restoring the frame/window configuration (frameset). Additional options
2014-02-03 Glenn Morris <rgm@gnu.org>
+ * desktop.el (desktop-save-mode): Doc fix.
+
* frameset.el (frameset-to-register):
* kmacro.el (kmacro-to-register):
* register.el (increment-register):
If Desktop Save mode is enabled, the state of Emacs is saved from
one session to another. See variable `desktop-save' and function
-`desktop-read' for details."
+`desktop-read' for details.
+
+For options you can set, browse the `desktop' customization group."
:global t
:group 'desktop)