diff options
Diffstat (limited to 'doc/misc/nxml-mode.texi')
-rw-r--r-- | doc/misc/nxml-mode.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index d076f0dd820..9d1e5cad047 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi @@ -8,7 +8,7 @@ This manual documents nxml-mode, an Emacs major mode for editing XML with RELAX NG support. -Copyright @copyright{} 2007, 2008, 2009, 2010 +Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. @quotation @@ -70,8 +70,8 @@ Once in nXML mode, you can type @kbd{C-h m} for basic information on the mode. The @file{etc/nxml} directory in the Emacs distribution contains some data -files used by nXML mode, and includes two files (@file{test.valid.xml} and -@file{test.invalid.xml}) that provide examples of valid and invalid XML +files used by nXML mode, and includes two files (@file{test-valid.xml} and +@file{test-invalid.xml}) that provide examples of valid and invalid XML documents. To get validation and schema-sensitive editing, you need a RELAX NG Compact |