From: Richard M. Stallman Date: Wed, 16 Aug 2006 05:14:31 +0000 (+0000) Subject: (Saving Emacs Sessions): Clean up wording. X-Git-Tag: emacs-pretest-22.0.90~978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1096b4a013322558b66d89ad9f71eb327696509a;p=emacs.git (Saving Emacs Sessions): Clean up wording. --- diff --git a/man/misc.texi b/man/misc.texi index 33c85a9fc8b..f6fb5edfbdb 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1998,11 +1998,11 @@ subsequent Emacs sessions reload the saved desktop. @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)