diff options
Diffstat (limited to 'lisp/desktop.el')
| -rw-r--r-- | lisp/desktop.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el index 063208fee69..a88d39a5e62 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el | |||
| @@ -380,7 +380,10 @@ modes are restored automatically; they should not be listed here." | |||
| 380 | :group 'desktop) | 380 | :group 'desktop) |
| 381 | 381 | ||
| 382 | (defcustom desktop-buffers-not-to-save "\\` " | 382 | (defcustom desktop-buffers-not-to-save "\\` " |
| 383 | "Regexp identifying buffers that are to be excluded from saving." | 383 | "Regexp identifying buffers that are to be excluded from saving. |
| 384 | This is in effect only for buffers that don't visit files. | ||
| 385 | To exclude buffers that visit files, use `desktop-files-not-to-save' | ||
| 386 | or `desktop-modes-not-to-save'." | ||
| 384 | :type '(choice (const :tag "None" nil) | 387 | :type '(choice (const :tag "None" nil) |
| 385 | regexp) | 388 | regexp) |
| 386 | :version "24.4" ; skip invisible temporary buffers | 389 | :version "24.4" ; skip invisible temporary buffers |