diff options
| author | Richard M. Stallman | 2006-08-16 05:14:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-08-16 05:14:31 +0000 |
| commit | 1096b4a013322558b66d89ad9f71eb327696509a (patch) | |
| tree | 7ee2b1ff25e96cda31f67739682c389e5448767f | |
| parent | ba057869d6b25756a7785e7673466a5de25c39ab (diff) | |
| download | emacs-1096b4a013322558b66d89ad9f71eb327696509a.tar.gz emacs-1096b4a013322558b66d89ad9f71eb327696509a.zip | |
(Saving Emacs Sessions): Clean up wording.
| -rw-r--r-- | man/misc.texi | 10 |
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 |
| 2001 | desktop-save}. You can also enable automatic desktop saving when | 2001 | desktop-save}. You can also enable automatic saving of the desktop |
| 2002 | you exit Emacs and its restoring when Emacs starts: use the | 2002 | when you exit Emacs, and automatic restoration of the last saved |
| 2003 | Customization buffer (@pxref{Easy Customization}) to set | 2003 | desktop when Emacs starts: use the Customization buffer (@pxref{Easy |
| 2004 | @code{desktop-save-mode} to @code{t} for future sessions, or add this | 2004 | Customization}) to set @code{desktop-save-mode} to @code{t} for future |
| 2005 | line in your @file{~/.emacs} file: | 2005 | sessions, 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) |