mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
* lisp/desktop.el (desktop-buffers-not-to-save): Doc fix.
This commit is contained in:
parent
08de101d75
commit
272554a666
@ -379,7 +379,10 @@ modes are restored automatically; they should not be listed here."
|
||||
:group 'desktop)
|
||||
|
||||
(defcustom desktop-buffers-not-to-save "\\` "
|
||||
"Regexp identifying buffers that are to be excluded from saving."
|
||||
"Regexp identifying buffers that are to be excluded from saving.
|
||||
This is in effect only for buffers that don't visit files.
|
||||
To exclude buffers that visit files, use `desktop-files-not-to-save'
|
||||
or `desktop-modes-not-to-save'."
|
||||
:type '(choice (const :tag "None" nil)
|
||||
regexp)
|
||||
:version "24.4" ; skip invisible temporary buffers
|
||||
|
Loading…
Reference in New Issue
Block a user