diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-08-29 16:19:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-08-29 16:19:00 +0000 |
commit | 92b0e747c4a3e5c84e696d3bd59a175ba2617ec8 (patch) | |
tree | c7cefcdc381edf337aa84505a60ff5279de74681 /man/misc.texi | |
parent | e125a2e67ddfbd9341d9db633a898a868c8c8976 (diff) | |
download | emacs-92b0e747c4a3e5c84e696d3bd59a175ba2617ec8.tar.gz |
(Saving Emacs Sessions): Correct previous change.
Diffstat (limited to 'man/misc.texi')
-rw-r--r-- | man/misc.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/misc.texi b/man/misc.texi index 0342cca0311..6712f61ffda 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1886,8 +1886,7 @@ Customization}) to set @code{desktop-enable} to a non-@code{nil} value, or add these lines at the end of your @file{.emacs} file: @example -(desktop-load-default) -(desktop-read) +(require 'desktop) (setq desktop-enable t) @end example |