aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2015-11-10 10:22:29 -0800
committerPaul Eggert2015-11-10 10:23:00 -0800
commitc92dbd6d0c234ff993acb0a095c024593bc185c8 (patch)
treef6e1be4508825d465244f4849e2ab33209d8cc84 /doc
parentd149ca81c33ab95900306c3c71f6eff62a3ec1a1 (diff)
downloademacs-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.texi2
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
1790will override the value of the previous file (for instance, values in 1790will 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
1792that, because of how lexicographic order works, values in 1792that, 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}.
1794This can be avoided by using @file{.dir-locals02.el} instead. 1794This can be avoided by using @file{.dir-locals02.el} instead.
1795@end defvr 1795@end defvr
1796 1796