diff options
| author | Eduard Wiebe | 2011-01-02 17:14:03 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-02 17:14:03 -0800 |
| commit | b218c6cdc14f8a944300e7aa7af06befdf4ff72e (patch) | |
| tree | e4e9a63752aeb047eaa1c8addbb4597e420b950a | |
| parent | 970b9a42add030d25a64518190e65a4533965c68 (diff) | |
| download | emacs-b218c6cdc14f8a944300e7aa7af06befdf4ff72e.tar.gz emacs-b218c6cdc14f8a944300e7aa7af06befdf4ff72e.zip | |
* doc/misc/nxml-mode.texi (Introduction): Fix file name typos.
Fixes: debbugs:7770
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/nxml-mode.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 304dcb6b305..652322adca5 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-01-03 Eduard Wiebe <usenet@pusto.de> | ||
| 2 | |||
| 3 | * nxml-mode.texi (Introduction): Fix file name typos. | ||
| 4 | |||
| 1 | 2010-12-02 Glenn Morris <rgm@gnu.org> | 5 | 2010-12-02 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * cl.texi (For Clauses): Small fixes for frames and windows. | 7 | * cl.texi (For Clauses): Small fixes for frames and windows. |
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index 16ca2e16e9d..9d1e5cad047 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi | |||
| @@ -70,8 +70,8 @@ Once in nXML mode, you can type @kbd{C-h m} for basic information on the | |||
| 70 | mode. | 70 | mode. |
| 71 | 71 | ||
| 72 | The @file{etc/nxml} directory in the Emacs distribution contains some data | 72 | The @file{etc/nxml} directory in the Emacs distribution contains some data |
| 73 | files used by nXML mode, and includes two files (@file{test.valid.xml} and | 73 | files used by nXML mode, and includes two files (@file{test-valid.xml} and |
| 74 | @file{test.invalid.xml}) that provide examples of valid and invalid XML | 74 | @file{test-invalid.xml}) that provide examples of valid and invalid XML |
| 75 | documents. | 75 | documents. |
| 76 | 76 | ||
| 77 | To get validation and schema-sensitive editing, you need a RELAX NG Compact | 77 | To get validation and schema-sensitive editing, you need a RELAX NG Compact |