aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2018-04-01 12:45:37 +0300
committerEli Zaretskii2018-04-01 12:45:37 +0300
commitf759c5cfe4651af5f64fac2492fa362f8d383bd5 (patch)
tree19577f2308aa42dc05a052354334eca0a595d8d8 /etc
parent02e4b05c9d274e278581e811a4e935f922db402b (diff)
downloademacs-f759c5cfe4651af5f64fac2492fa362f8d383bd5.tar.gz
emacs-f759c5cfe4651af5f64fac2492fa362f8d383bd5.zip
Followup to last change
* etc/NEWS: Mark nxml-sexp-element-flag entry as not needing documentation updates. * lisp/nxml/nxml-mode.el (nxml-mode, nxml-forward-balanced-item): Doc fixes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b874bdf6f22..b3fee089fa9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -289,7 +289,8 @@ by default use the last buffer that navigated to the current buffer.
289 289
290** nxml-mode 290** nxml-mode
291 291
292*** Changed default for variable 'nxml-sexp-element-flag' to true. 292---
293*** The default value of 'nxml-sexp-element-flag' is now t.
293This means that pressing C-M-SPACE now selects the entire tree by 294This means that pressing C-M-SPACE now selects the entire tree by
294default, and not just the opening element. 295default, and not just the opening element.
295 296