emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/misc.texi


From: Alex Schroeder
Subject: [Emacs-diffs] Changes to emacs/man/misc.texi
Date: Sun, 17 Aug 2003 05:37:37 -0400

Index: emacs/man/misc.texi
diff -c emacs/man/misc.texi:1.43 emacs/man/misc.texi:1.44
*** emacs/man/misc.texi:1.43    Wed Jun  4 05:28:58 2003
--- emacs/man/misc.texi Sun Aug 17 05:37:37 2003
***************
*** 1888,1903 ****
  @example
  (desktop-load-default)
  (desktop-read)
  @end example
  
  @noindent
  @findex desktop-save
! The first time you save the state of the Emacs session, you must do it
! manually, with the command @kbd{M-x desktop-save}.  Once you have done
! that, exiting Emacs will save the state again---not only the present
! Emacs session, but also subsequent sessions.  You can also save the
! state at any time, without exiting Emacs, by typing @kbd{M-x
! desktop-save} again.
  
    In order for Emacs to recover the state from a previous session, you
  must start it with the same current directory as you used when you
--- 1888,1902 ----
  @example
  (desktop-load-default)
  (desktop-read)
+ (setq desktop-enable t)
  @end example
  
  @noindent
  @findex desktop-save
! The first time you exit Emacs, you will be asked whether you want to
! save your session.  Once you have done that, exiting Emacs will save
! the state again in subsequent sessions.  You can also save the state
! at any time, without exiting Emacs, by typing @kbd{M-x desktop-save}.
  
    In order for Emacs to recover the state from a previous session, you
  must start it with the same current directory as you used when you




reply via email to

[Prev in Thread] Current Thread [Next in Thread]