From: Richard M. Stallman Date: Fri, 29 Aug 2003 16:19:00 +0000 (+0000) Subject: (Saving Emacs Sessions): Correct previous change. X-Git-Tag: ttn-vms-21-2-B4~8951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92b0e747c4a3e5c84e696d3bd59a175ba2617ec8;p=emacs.git (Saving Emacs Sessions): Correct previous change. --- 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