]> code.delx.au - gnu-emacs/commitdiff
(Saving Emacs Sessions): Clean up wording.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Aug 2006 05:14:31 +0000 (05:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Aug 2006 05:14:31 +0000 (05:14 +0000)
man/misc.texi

index 33c85a9fc8b0d4f44563a76c1dfd0eaff71eaaa9..f6fb5edfbdb8c639a1c510ddcb0ea5453c721e99 100644 (file)
@@ -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)