aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d963dee2c63..ea321539426 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -175,6 +175,18 @@ a new window when opening man pages when there's already one, use
175 (inhibit-same-window . nil) 175 (inhibit-same-window . nil)
176 (mode . Man-mode)))) 176 (mode . Man-mode))))
177 177
178+++
179** `parse-partial-sexp' state has a new element. Element 10 is
180non-nil when the last character scanned might be the first character
181of a two character construct, i.e. a comment delimiter or escaped
182character. Its value is the syntax of that last character.
183
184+++
185** `parse-partial-sexp''s state, element 9, has now been confirmed as
186permanent and documented, and may be used by Lisp programs. Its value
187is a list of currently open parenthesis positions, starting with the
188outermost parenthesis.
189
178 190
179* Changes in Emacs 25.2 on Non-Free Operating Systems 191* Changes in Emacs 25.2 on Non-Free Operating Systems
180 192