aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2015-11-10 10:22:29 -0800
committerPaul Eggert2015-11-10 10:23:00 -0800
commitc92dbd6d0c234ff993acb0a095c024593bc185c8 (patch)
treef6e1be4508825d465244f4849e2ab33209d8cc84 /lisp/progmodes
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 'lisp/progmodes')
-rw-r--r--lisp/progmodes/project.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 295e544044a..398339ee590 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -108,7 +108,7 @@ Most often it's just one directory, which contains the project
108file and everything else in the project. But in more advanced 108file and everything else in the project. But in more advanced
109configurations, a project can span multiple directories. 109configurations, a project can span multiple directories.
110 110
111The rule of tumb for whether to include a directory here, and not 111The rule of thumb for whether to include a directory here, and not
112in `project-library-roots', is whether its contents are meant to 112in `project-library-roots', is whether its contents are meant to
113be edited together with the rest of the project. 113be edited together with the rest of the project.
114 114