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 /lisp/progmodes | |
| 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 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
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 | |||
| 108 | file and everything else in the project. But in more advanced | 108 | file and everything else in the project. But in more advanced |
| 109 | configurations, a project can span multiple directories. | 109 | configurations, a project can span multiple directories. |
| 110 | 110 | ||
| 111 | The rule of tumb for whether to include a directory here, and not | 111 | The rule of thumb for whether to include a directory here, and not |
| 112 | in `project-library-roots', is whether its contents are meant to | 112 | in `project-library-roots', is whether its contents are meant to |
| 113 | be edited together with the rest of the project. | 113 | be edited together with the rest of the project. |
| 114 | 114 | ||