diff options
| author | Eli Zaretskii | 2018-04-01 12:45:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-01 12:45:37 +0300 |
| commit | f759c5cfe4651af5f64fac2492fa362f8d383bd5 (patch) | |
| tree | 19577f2308aa42dc05a052354334eca0a595d8d8 /etc | |
| parent | 02e4b05c9d274e278581e811a4e935f922db402b (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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. | ||
| 293 | This means that pressing C-M-SPACE now selects the entire tree by | 294 | This means that pressing C-M-SPACE now selects the entire tree by |
| 294 | default, and not just the opening element. | 295 | default, and not just the opening element. |
| 295 | 296 | ||