diff options
| author | Stephen Berman | 2025-04-03 16:53:35 +0200 |
|---|---|---|
| committer | Stephen Berman | 2025-04-03 16:53:35 +0200 |
| commit | ae7f65f3f9cbe03608c9920e7f2f82a5a82e62d6 (patch) | |
| tree | 2cdcd25bb947d2b0275954c623fe332fe76e5d1b | |
| parent | fd5f817882a81b6f64471971c88bdd3d0c126956 (diff) | |
| download | emacs-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.texi | 4 |
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} | |||
| 2907 | command kills all buffers except for internal ones, and clears the | 2907 | command kills all buffers except for internal ones, and clears the |
| 2908 | global variables listed in @code{desktop-globals-to-clear}. If you | 2908 | global variables listed in @code{desktop-globals-to-clear}. If you |
| 2909 | want it to preserve certain buffers, customize the variable | 2909 | want 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 |
| 2911 | expression matching the names of buffers not to kill. | 2911 | expressions 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 |