# HG changeset patch # User Richard M. Stallman # Date 1155705271 0 # Node ID 16ce988b5223a8be5fe31d99259709667ca768c3 # Parent 4975f18fb6b71a420f412e4449c250a51e771e28 (Saving Emacs Sessions): Clean up wording. diff -r 4975f18fb6b7 -r 16ce988b5223 man/misc.texi --- a/man/misc.texi Wed Aug 16 05:13:48 2006 +0000 +++ b/man/misc.texi Wed Aug 16 05:14:31 2006 +0000 @@ -1998,11 +1998,11 @@ @findex desktop-save @vindex desktop-save-mode You can save the desktop manually with the command @kbd{M-x -desktop-save}. You can also enable automatic desktop saving when -you exit Emacs and its restoring 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 @file{~/.emacs} file: +desktop-save}. You can also enable automatic saving of the desktop +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 @file{~/.emacs} file: @example (desktop-save-mode 1)