emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 272554a: * lisp/desktop.el (desktop-buffers-not-t


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 272554a: * lisp/desktop.el (desktop-buffers-not-to-save): Doc fix.
Date: Fri, 23 Dec 2016 09:36:47 +0000 (UTC)

branch: emacs-25
commit 272554a6664bc8d2039878218a5b80b1ef830d55
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/desktop.el (desktop-buffers-not-to-save): Doc fix.
---
 lisp/desktop.el |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/desktop.el b/lisp/desktop.el
index e83891b..cc1001e 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]