]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the entry for `desktop-buffers-not-to-save'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2009 19:14:11 +0000 (19:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2009 19:14:11 +0000 (19:14 +0000)
etc/NEWS

index f54c86be4e0fb37b46432a883156e4203aa41537..e8842e371a0cf5d5d342fc61e3fcfe26f62d851d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -82,8 +82,12 @@ giving an offset from today.
 ** Desktop
 
 ---
-*** The default value for `desktop-buffers-not-to-save' no longer matches
-buffers whose name ends in a ".log".
+*** The default value for `desktop-buffers-not-to-save' is nil.
+This means Desktop will try restoring all buffers, when you restart
+your Emacs session.  Also, `desktop-buffers-not-to-save' is only
+effective for buffers that have no associated file.  If you want to
+exempt buffers that do correspond to files, customize the value of
+`desktop-files-not-to-save' instead.
 
 ** Miscellaneous