]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix NEWS.24
authorEli Zaretskii <eliz@gnu.org>
Wed, 1 Jan 2020 16:30:58 +0000 (18:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 Jan 2020 16:30:58 +0000 (18:30 +0200)
* etc/NEWS.24: Minor retroactive wording changes and additions to
fix the version shown by Help commands.  (Bug#38844)

etc/NEWS.24

index 8207a8ca59a578347220839ed85e398d849eb07a..60c2b4dfc66976ee0a5b06a1bafca6e324357e45 100644 (file)
@@ -3604,10 +3604,12 @@ advertised at the time.)
 
 ** Debugger changes
 
-*** New macro `condition-case-unless-debug' (this was actually added in
-Emacs 23.1 as condition-case-no-debug, but not advertised)
+*** New macro `condition-case-unless-debug'.
+(This was actually added in Emacs 23.1 as condition-case-no-debug, but
+not advertised)
 
-*** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
+*** The macro `with-demoted-errors'.
+It was also added in Emacs 23.1, but not advertised.
 
 *** Variable `stack-trace-on-error' removed.
 
@@ -3691,6 +3693,8 @@ argument is supplied (see Trash changes, above).
 
 *** New file predicates: `file-equal-p', `file-in-directory-p'.
 
+*** New function `file-size-human-readable'.
+
 ** Tool-bars can display separators.
 Tool-bar separators are handled like menu separators in menu-bar maps,
 i.e. via menu entries of the form `(menu-item "--")'.