diff options
| author | Paul Eggert | 2015-11-10 10:22:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-10 10:23:00 -0800 |
| commit | c92dbd6d0c234ff993acb0a095c024593bc185c8 (patch) | |
| tree | f6e1be4508825d465244f4849e2ab33209d8cc84 /doc | |
| parent | d149ca81c33ab95900306c3c71f6eff62a3ec1a1 (diff) | |
| download | emacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.tar.gz emacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.zip | |
Spelling fixes
* lisp/net/soap-inspect.el (soap-inspect-xs-simple-type):
Fix misspelling in output.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index f49d5062f20..5a2cae0f678 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1790,7 +1790,7 @@ specify different values for the same variable, the file sorted after | |||
| 1790 | will override the value of the previous file (for instance, values in | 1790 | will override the value of the previous file (for instance, values in |
| 1791 | @file{.dir-locals2.el} override those in @file{.dir-locals.el}). Note | 1791 | @file{.dir-locals2.el} override those in @file{.dir-locals.el}). Note |
| 1792 | that, because of how lexicographic order works, values in | 1792 | that, because of how lexicographic order works, values in |
| 1793 | @file{.dir-locals10.el} are overriden by values in @file{.dir-locals2.el}. | 1793 | @file{.dir-locals10.el} are overridden by values in @file{.dir-locals2.el}. |
| 1794 | This can be avoided by using @file{.dir-locals02.el} instead. | 1794 | This can be avoided by using @file{.dir-locals02.el} instead. |
| 1795 | @end defvr | 1795 | @end defvr |
| 1796 | 1796 | ||