]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
authorGlenn Morris <rgm@gnu.org>
Thu, 2 Sep 2010 05:41:23 +0000 (22:41 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 2 Sep 2010 05:41:23 +0000 (22:41 -0700)
doc/emacs/ChangeLog
doc/emacs/misc.texi

index 63de0aafc0768a0dd259d92a357ffa4ce793643d..b4b03da88dc5e73d219f8530b655d3ef9536d21d 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * misc.texi (Saving Emacs Sessions): Mention desktop-path.  (Bug#6948)
+
 2010-08-21  Glenn Morris  <rgm@gnu.org>
 
        * misc.texi (Amusements): Mention bubbles and animate.
index 029cf4106647f0d8bbc9e6db5bddee6b9c5ead26..ea4b39bdecef8b6c30ca5103a24f0d6e6370f679 100644 (file)
@@ -2349,8 +2349,11 @@ sessions, or add this line in your init file (@pxref{Init File}):
 
 @findex desktop-change-dir
 @findex desktop-revert
+@vindex desktop-path
   If you turn on @code{desktop-save-mode} in your init file, then when
 Emacs starts, it looks for a saved desktop in the current directory.
+(More precisely, it looks in the directories specified by
+@var{desktop-path}, and uses the first desktop it finds.)
 Thus, you can have separate saved desktops in different directories,
 and the starting directory determines which one Emacs reloads.  You
 can save the current desktop and reload one saved in another directory