mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
Fix description of 'desktop-save-mode'
* doc/emacs/misc.texi (Saving Emacs Sessions): Adjust to changes in 'desktop-path'. Reported by Petteri Hintsanen <petterih@iki.fi>.
This commit is contained in:
parent
aee10ca1cb
commit
9d0f856a16
@ -2748,10 +2748,12 @@ desktop reloading, since it bypasses the init file, where
|
|||||||
@findex desktop-revert
|
@findex desktop-revert
|
||||||
You can have separate saved desktop configurations in different
|
You can have separate saved desktop configurations in different
|
||||||
directories; starting Emacs from a directory where you have a saved
|
directories; starting Emacs from a directory where you have a saved
|
||||||
desktop configuration will restore that configuration. You can save
|
desktop configuration will restore that configuration, provided that
|
||||||
the current desktop and reload the one saved in another directory by
|
you customize @code{desktop-path} to prepend @file{.} (the current
|
||||||
typing @kbd{M-x desktop-change-dir}. Typing @kbd{M-x desktop-revert}
|
directory) to the other directories there. You can save the current
|
||||||
reverts to the previously reloaded desktop.
|
desktop and reload the one saved in another directory by typing
|
||||||
|
@kbd{M-x desktop-change-dir}. Typing @kbd{M-x desktop-revert} reverts
|
||||||
|
to the previously reloaded desktop.
|
||||||
|
|
||||||
@vindex desktop-load-locked-desktop
|
@vindex desktop-load-locked-desktop
|
||||||
The file in which Emacs saves the desktop is locked while the
|
The file in which Emacs saves the desktop is locked while the
|
||||||
|
Loading…
Reference in New Issue
Block a user