comparison etc/NXML-NEWS @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents 5d15069189ff
children
comparison
equal deleted inserted replaced
96375:4abf11e31c26 96376:c3309dba6542
91 There's now a C-M-d to go with C-M-u. C-M-d moves forward down into 91 There's now a C-M-d to go with C-M-u. C-M-d moves forward down into
92 the content of an element. C-M-n and C-M-p move to the next or 92 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
100 format and can be read using Emacs. The source is maintained in a 100 format and can be read using Emacs. The source is maintained in a
101 simple, ad-hoc XML format. 101 simple, ad-hoc XML format.
135 You can do 135 You can do
136 136
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
144 the schema. 144 the schema.
145 145