aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2025-04-03 16:53:35 +0200
committerStephen Berman2025-04-03 16:53:35 +0200
commitae7f65f3f9cbe03608c9920e7f2f82a5a82e62d6 (patch)
tree2cdcd25bb947d2b0275954c623fe332fe76e5d1b
parentfd5f817882a81b6f64471971c88bdd3d0c126956 (diff)
downloademacs-ae7f65f3f9cbe03608c9920e7f2f82a5a82e62d6.tar.gz
emacs-ae7f65f3f9cbe03608c9920e7f2f82a5a82e62d6.zip
Fix obsolete documentation of desktop library
* doc/emacs/misc.texi (Saving Emacs Sessions): Replace documentation of the long-deleted user option 'desktop-clear-preserve-buffers-regexp' with documentation of 'desktop-clear-preserve-buffers'.
-rw-r--r--doc/emacs/misc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 5896dc83fe1..fbcb7294505 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -2907,8 +2907,8 @@ invoking @kbd{M-x desktop-read} next. The @code{desktop-clear}
2907command kills all buffers except for internal ones, and clears the 2907command kills all buffers except for internal ones, and clears the
2908global variables listed in @code{desktop-globals-to-clear}. If you 2908global variables listed in @code{desktop-globals-to-clear}. If you
2909want it to preserve certain buffers, customize the variable 2909want it to preserve certain buffers, customize the variable
2910@code{desktop-clear-preserve-buffers-regexp}, whose value is a regular 2910@code{desktop-clear-preserve-buffers}, whose value is a list of regular
2911expression matching the names of buffers not to kill. 2911expressions matching the names of buffers not to kill.
2912 2912
2913@vindex desktop-globals-to-save 2913@vindex desktop-globals-to-save
2914 If you want to save minibuffer history from one session to 2914 If you want to save minibuffer history from one session to