Mercurial > emacs
changeset 105334:8cf4deed919e
Fix comment typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 01 Oct 2009 04:16:13 +0000 |
parents | 51ba3b848c03 |
children | af9fd1013f27 |
files | lisp/cedet/semantic/decorate/include.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/decorate/include.el Thu Oct 01 04:10:10 2009 +0000 +++ b/lisp/cedet/semantic/decorate/include.el Thu Oct 01 04:16:13 2009 +0000 @@ -24,7 +24,7 @@ ;; Highlight any include that is in a state the user may care about. ;; The basic idea is to have the state be highly visible so users will ;; as 'what is this?" and get the info they need to fix problems that -;; are otherwises transparent when trying to get smart completion +;; are otherwise transparent when trying to get smart completion ;; working. (require 'semantic/decorate/mode)