diff etc/NEWS @ 103963:e3d7d5bddad4

Update the entry for `desktop-buffers-not-to-save'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Jul 2009 19:14:11 +0000
parents b6678898a7da
children 5d9efafcafb1
line wrap: on
line diff
--- a/etc/NEWS	Sat Jul 18 19:04:22 2009 +0000
+++ b/etc/NEWS	Sat Jul 18 19:14:11 2009 +0000
@@ -82,8 +82,12 @@
 ** 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