diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 22:27:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 22:27:12 -0800 |
commit | 09e80d9fb9fe7239d0fa301973920845831366d3 (patch) | |
tree | 771e73119b2ad9bf6cbf1fbff92a5f4cb1bf03ed /lisp/cedet/ede | |
parent | 56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff) | |
download | emacs-09e80d9fb9fe7239d0fa301973920845831366d3.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede')
-rw-r--r-- | lisp/cedet/ede/makefile-edit.el | 2 | ||||
-rw-r--r-- | lisp/cedet/ede/proj-misc.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/makefile-edit.el b/lisp/cedet/ede/makefile-edit.el index 63991c54e7f..718fdf58b11 100644 --- a/lisp/cedet/ede/makefile-edit.el +++ b/lisp/cedet/ede/makefile-edit.el @@ -71,7 +71,7 @@ (end-of-line) (= (preceding-char) ?\\))) -;;; Programatic editing of a Makefile +;;; Programmatic editing of a Makefile ;; (defun makefile-move-to-macro (macro &optional next) "Move to the definition of MACRO. Return t if found. diff --git a/lisp/cedet/ede/proj-misc.el b/lisp/cedet/ede/proj-misc.el index 4d68e1544a7..1c9b9bea0f4 100644 --- a/lisp/cedet/ede/proj-misc.el +++ b/lisp/cedet/ede/proj-misc.el @@ -50,7 +50,7 @@ All listed sources are included in the distribution.") (defvar ede-misc-source (ede-sourcecode "ede-misc-source" - :name "Miscelaneous" + :name "Miscellaneous" :sourcepattern ".*") "Miscellaneous field definition.") |