aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-16 05:14:31 +0000
committerRichard M. Stallman2006-08-16 05:14:31 +0000
commit1096b4a013322558b66d89ad9f71eb327696509a (patch)
tree7ee2b1ff25e96cda31f67739682c389e5448767f
parentba057869d6b25756a7785e7673466a5de25c39ab (diff)
downloademacs-1096b4a013322558b66d89ad9f71eb327696509a.tar.gz
emacs-1096b4a013322558b66d89ad9f71eb327696509a.zip
(Saving Emacs Sessions): Clean up wording.
-rw-r--r--man/misc.texi10
1 files changed, 5 insertions, 5 deletions
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.
1998@findex desktop-save 1998@findex desktop-save
1999@vindex desktop-save-mode 1999@vindex desktop-save-mode
2000 You can save the desktop manually with the command @kbd{M-x 2000 You can save the desktop manually with the command @kbd{M-x
2001desktop-save}. You can also enable automatic desktop saving when 2001desktop-save}. You can also enable automatic saving of the desktop
2002you exit Emacs and its restoring when Emacs starts: use the 2002when you exit Emacs, and automatic restoration of the last saved
2003Customization buffer (@pxref{Easy Customization}) to set 2003desktop when Emacs starts: use the Customization buffer (@pxref{Easy
2004@code{desktop-save-mode} to @code{t} for future sessions, or add this 2004Customization}) to set @code{desktop-save-mode} to @code{t} for future
2005line in your @file{~/.emacs} file: 2005sessions, or add this line in your @file{~/.emacs} file:
2006 2006
2007@example 2007@example
2008(desktop-save-mode 1) 2008(desktop-save-mode 1)