summaryrefslogtreecommitdiff
path: root/man/misc.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-08-29 16:19:00 +0000
committerRichard M. Stallman <rms@gnu.org>2003-08-29 16:19:00 +0000
commit92b0e747c4a3e5c84e696d3bd59a175ba2617ec8 (patch)
treec7cefcdc381edf337aa84505a60ff5279de74681 /man/misc.texi
parente125a2e67ddfbd9341d9db633a898a868c8c8976 (diff)
downloademacs-92b0e747c4a3e5c84e696d3bd59a175ba2617ec8.tar.gz
(Saving Emacs Sessions): Correct previous change.
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi3
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