From: Glenn Morris Date: Thu, 1 Oct 2009 04:16:13 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: emacs-pretest-23.1.90~1026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45af56db268241de47713d1b0e573af4d03a3c83;p=emacs.git Fix comment typo. --- 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 @@ ;; 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)