diff options
Diffstat (limited to 'etc/NXML-NEWS')
| -rw-r--r-- | etc/NXML-NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NXML-NEWS b/etc/NXML-NEWS index cebbab82fda..ab0d351096d 100644 --- a/etc/NXML-NEWS +++ b/etc/NXML-NEWS | |||
| @@ -93,7 +93,7 @@ the content of an element. C-M-n and C-M-p move to the next or | |||
| 93 | previous element. | 93 | previous element. |
| 94 | 94 | ||
| 95 | By default, the sexp commands (C-M-f, C-M-b, C-M-k, C-M-SPC) operate | 95 | By default, the sexp commands (C-M-f, C-M-b, C-M-k, C-M-SPC) operate |
| 96 | on tags rather than elements. To restore the old behaviour, | 96 | on tags rather than elements. To restore the old behavior, |
| 97 | customize nxml-sexp-element-flag. | 97 | customize nxml-sexp-element-flag. |
| 98 | 98 | ||
| 99 | The file TUTORIAL has been replaced by nxml-mode.info; this is in info | 99 | The file TUTORIAL has been replaced by nxml-mode.info; this is in info |
| @@ -137,7 +137,7 @@ You can do | |||
| 137 | M-x customize-variable RET nxml-slash-auto-complete-flag RET | 137 | M-x customize-variable RET nxml-slash-auto-complete-flag RET |
| 138 | 138 | ||
| 139 | and then follow the instructions displayed in the buffer to get the | 139 | and then follow the instructions displayed in the buffer to get the |
| 140 | old behaviour. | 140 | old behavior. |
| 141 | 141 | ||
| 142 | Completion after </ will complete the rest of the end-tag. Completion | 142 | Completion after </ will complete the rest of the end-tag. Completion |
| 143 | after < will include the end-tag in the possibilities if allowed by | 143 | after < will include the end-tag in the possibilities if allowed by |