]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Fix an error in Tramp for rsync
[gnu-emacs] / etc / NEWS
index 2f2ae65da8d5be07e8ea827fb81c14964f9d81c9..87ffb437d91093b5cbf1f4f8c8a71c74dd5c98f0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -187,6 +187,12 @@ questions, with a handy way to display help texts.
 'undo', undo the last replacement; bound to 'u'.
 'undo-all', undo all replacements; bound to 'U'.
 
+** 'delete-trailing-whitespace' deletes whitespace after form feed.
+In modes where form feed was treated as a whitespace character,
+'delete-trailing-whitespace' would keep lines containing it unchanged.
+It now deletes whitespace after the last form feed thus behaving the
+same as in modes where the character is not whitespace.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 25.2
 
@@ -199,7 +205,7 @@ all buffers without asking confirmation;  bound to
 
 ---
 *** A new command `ibuffer-mark-by-content-regexp' to mark buffers
-whose content matches a regexp; bound to '% c' and '% g'.
+whose content matches a regexp; bound to '% g'.
 
 ---
 *** Two new options `ibuffer-never-search-content-name' and
@@ -228,6 +234,11 @@ viewing HTML files and the like.
 breakpoint (e.g. with "f" and "o") by customizing the new option
 'edebug-sit-on-break'.
 
+** ElDoc
+
++++
+*** 'eldoc-documentation-functions' replaces 'eldoc-documentation-function'.
+
 ** eww
 
 +++