]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve documentation of desktop.el in user manual
authorEli Zaretskii <eliz@gnu.org>
Thu, 23 Nov 2023 15:56:50 +0000 (17:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 Nov 2023 15:56:50 +0000 (17:56 +0200)
* doc/emacs/misc.texi (Saving Emacs Sessions): Mention saving
minibuffer history via desktop.el.

doc/emacs/misc.texi

index 1f21a5be0b3114c6c30c27daa6d7abdd83560e6e..56cd95f82ba3fc4e5721bec873ee06f95af788a3 100644 (file)
@@ -2838,8 +2838,11 @@ want it to preserve certain buffers, customize the variable
 @code{desktop-clear-preserve-buffers-regexp}, whose value is a regular
 expression matching the names of buffers not to kill.
 
+@vindex desktop-globals-to-save
   If you want to save minibuffer history from one session to
-another, use the @code{savehist} library.
+another, use the @code{savehist} library.  You can also save selected
+minibuffer-history variables as part of @code{desktop-save-mode} if
+you add those variables to the value of @code{desktop-globals-to-save}.
 
 @node Recursive Edit
 @section Recursive Editing Levels