summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-12-22 14:18:59 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-12-22 14:18:59 +0100
commit29310168310e807d289e789a1134df95c366d133 (patch)
treefb8350b784bb4cccaaeef08fbf374f043b7303dd
parent85516b8cc8a6c5767ab29917556f5b30b4482b73 (diff)
downloademacs-29310168310e807d289e789a1134df95c366d133.tar.gz
; Cosmetic changes in etc/NEWS
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 043573e3fca..55bdaf11172 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -52,6 +52,7 @@ often cause crashes. Set it to nil if you really need those fonts.
* Changes in Specialized Modes and Packages in Emacs 26.2
** Dired
+
+++
*** The 'Z' command on a directory name compresses all of its files.
It produces a compressed '.tar.gz' archive with all the files in the
@@ -171,7 +172,8 @@ changed in Emacs 26.1, in that it didn't consider text inside comments
and strings as a potential list. This change is now reverted, and
'thing-at-point' behaves like it did before Emacs 26.1.
-To cater to use cases where comments and strings are to be ignored
+---
+** To cater to use cases where comments and strings are to be ignored
when looking for a list, the function 'list-at-point' now takes an
optional argument to do so.