]> code.delx.au - gnu-emacs/blobdiff - etc/NXML-NEWS
Ibuffer: Mark locked buffers
[gnu-emacs] / etc / NXML-NEWS
index cebbab82fda1da8e8a976e89d1105a9786967d32..9197777126ca0470fc553822b943393bbcdb9ec2 100644 (file)
@@ -1,3 +1,10 @@
+Copyright (C) 2007-2016 Free Software Foundation, Inc.
+See the end of the file for license conditions.
+
+
+For more recent changes, see the main Emacs NEWS file.
+
+
 20041004
 --------
 
@@ -93,7 +100,7 @@ the content of an element.  C-M-n and C-M-p move to the next or
 previous element.
 
 By default, the sexp commands (C-M-f, C-M-b, C-M-k, C-M-SPC) operate
-on tags rather than elements.  To restore the old behaviour,
+on tags rather than elements.  To restore the old behavior,
 customize nxml-sexp-element-flag.
 
 The file TUTORIAL has been replaced by nxml-mode.info; this is in info
@@ -137,7 +144,7 @@ You can do
   M-x customize-variable RET nxml-slash-auto-complete-flag RET
 
 and then follow the instructions displayed in the buffer to get the
-old behaviour.
+old behavior.
 
 Completion after </ will complete the rest of the end-tag. Completion
 after < will include the end-tag in the possibilities if allowed by
@@ -197,3 +204,20 @@ Bug fixes.
 --------
 
 Initial release.
+
+
+\f
+This file is part of GNU Emacs.
+
+GNU Emacs is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.