diff options
| author | Paul Eggert | 2011-11-26 20:43:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-26 20:43:11 -0800 |
| commit | e47695319fc758da7ff07d7084386258b6c8b677 (patch) | |
| tree | c1cd573850e4dd66b8df696835d52513f10dfc94 /lisp/nxml | |
| parent | 83aca1cb6970314dcc6c35c1432ebcac42811926 (diff) | |
| download | emacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/nxml')
| -rw-r--r-- | lisp/nxml/rng-valid.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el index 876e582ed21..9a29e3d4cca 100644 --- a/lisp/nxml/rng-valid.el +++ b/lisp/nxml/rng-valid.el | |||
| @@ -230,7 +230,7 @@ will be automatically rechecked when Emacs becomes idle; the | |||
| 230 | rechecking will be paused whenever there is input pending. | 230 | rechecking will be paused whenever there is input pending. |
| 231 | 231 | ||
| 232 | By default, uses a vacuous schema that allows any well-formed XML | 232 | By default, uses a vacuous schema that allows any well-formed XML |
| 233 | document. A schema can be specified explictly using | 233 | document. A schema can be specified explicitly using |
| 234 | \\[rng-set-schema-file-and-validate], or implicitly based on the buffer's | 234 | \\[rng-set-schema-file-and-validate], or implicitly based on the buffer's |
| 235 | file name or on the root element name. In each case the schema must | 235 | file name or on the root element name. In each case the schema must |
| 236 | be a RELAX NG schema using the compact schema \(such schemas | 236 | be a RELAX NG schema using the compact schema \(such schemas |