]> git.eshelyaron.com Git - emacs.git/commitdiff
format-mode-line now returns propertized string by default.
authorKim F. Storm <storm@cua.dk>
Thu, 27 Jun 2002 20:44:45 +0000 (20:44 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 27 Jun 2002 20:44:45 +0000 (20:44 +0000)
etc/NEWS

index e22f8d03246858efff2be728fcf9eb3106315e29..a483eddd816625b972bb632d1d29fa1bc89baa58 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1207,7 +1207,7 @@ or the header line.
 ** New function format-mode-line.
 
 This returns the mode-line or header-line of the selected (or a
-specified) window as a string without text properties.
+specified) window as a string with or without text properties.
 
 ** New functions `lax-plist-get' and `lax-plist-put'.