changeset 72418:16ce988b5223

(Saving Emacs Sessions): Clean up wording.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Aug 2006 05:14:31 +0000
parents 4975f18fb6b7
children 351a59835b3a
files man/misc.texi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)