diff options
| author | Paul Eggert | 2011-11-18 00:31:02 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-18 00:31:02 -0800 |
| commit | 3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch) | |
| tree | eedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp/cedet | |
| parent | 5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff) | |
| download | emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/ede/proj.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/pulse.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index 40e6165251c..79022be6a5f 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el | |||
| @@ -584,7 +584,7 @@ Converts all symbols into the objects to be used." | |||
| 584 | link))) | 584 | link))) |
| 585 | 585 | ||
| 586 | 586 | ||
| 587 | ;;; Target type specific autogenerating gobbldegook. | 587 | ;;; Target type specific autogenerating gobbledygook. |
| 588 | ;; | 588 | ;; |
| 589 | 589 | ||
| 590 | (defun ede-proj-makefile-type (&optional proj) | 590 | (defun ede-proj-makefile-type (&optional proj) |
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index 74dc1ecde31..e3d2bd967b6 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el | |||
| @@ -77,7 +77,7 @@ this flag is ignored." | |||
| 77 | (:background "#AAAA33")) | 77 | (:background "#AAAA33")) |
| 78 | (((class color) (background light)) | 78 | (((class color) (background light)) |
| 79 | (:background "#FFFFAA"))) | 79 | (:background "#FFFFAA"))) |
| 80 | "*Face used at beginning of a highight." | 80 | "*Face used at beginning of a highlight." |
| 81 | :group 'pulse) | 81 | :group 'pulse) |
| 82 | 82 | ||
| 83 | (defface pulse-highlight-face | 83 | (defface pulse-highlight-face |