diff options
| author | Glenn Morris | 2009-10-01 04:16:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-01 04:16:13 +0000 |
| commit | 45af56db268241de47713d1b0e573af4d03a3c83 (patch) | |
| tree | 063974b8090c8aca4b265e74a6c5341ab40d5b8c | |
| parent | a785b776a75832734952ddba204a7b89f3fa8462 (diff) | |
| download | emacs-45af56db268241de47713d1b0e573af4d03a3c83.tar.gz emacs-45af56db268241de47713d1b0e573af4d03a3c83.zip | |
Fix comment typo.
| -rw-r--r-- | lisp/cedet/semantic/decorate/include.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/decorate/include.el b/lisp/cedet/semantic/decorate/include.el index 7acae52a58d..6a610b6b13e 100644 --- a/lisp/cedet/semantic/decorate/include.el +++ b/lisp/cedet/semantic/decorate/include.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;; Highlight any include that is in a state the user may care about. | 24 | ;; Highlight any include that is in a state the user may care about. |
| 25 | ;; The basic idea is to have the state be highly visible so users will | 25 | ;; The basic idea is to have the state be highly visible so users will |
| 26 | ;; as 'what is this?" and get the info they need to fix problems that | 26 | ;; as 'what is this?" and get the info they need to fix problems that |
| 27 | ;; are otherwises transparent when trying to get smart completion | 27 | ;; are otherwise transparent when trying to get smart completion |
| 28 | ;; working. | 28 | ;; working. |
| 29 | 29 | ||
| 30 | (require 'semantic/decorate/mode) | 30 | (require 'semantic/decorate/mode) |