]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: improve some recently added entries
authorRobert Pluim <rpluim@gmail.com>
Fri, 24 Sep 2021 11:30:10 +0000 (13:30 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 24 Sep 2021 11:30:10 +0000 (13:30 +0200)
etc/NEWS

index 7fef21b1d02b66318cb172bf6694dfd3c11d7489..c266dddafa30fe313cd64ede343c8658bb59201e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4208,8 +4208,8 @@ first COUNT file names that match the expression.  The same COUNT
 parameter has been added to 'directory-files-and-attributes'.
 
 +++
-** 'count-lines' now takes an optional parameter to
-ignore invisible lines.
+** 'count-lines' can now ignore invisible lines.
+This is controlled by the optional parameter IGNORE-INVISIBLE-LINES.
 
 ---
 ** 'count-words' now crosses field boundaries.
@@ -4229,7 +4229,7 @@ The new optional "," parameter has been added, and
 
 +++
 ** 'parse-time-string' can now parse ISO 8601 format strings.
-These have the format like "2020-01-15T16:12:21-08:00".
+These have a format like "2020-01-15T16:12:21-08:00".
 
 ---
 ** 'make-network-process', 'make-serial-process' ':coding' behavior change.