diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:11:57 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:11:57 +0000 |
commit | b4dc7d98882432c9c14c0edb91021bb4868f185e (patch) | |
tree | dbf2524c7a53feb3b68673621be1550307f94087 /lisp/cedet/semantic | |
parent | a30e71aee84b52e1de298a29a96888150711e4a5 (diff) | |
download | emacs-b4dc7d98882432c9c14c0edb91021bb4868f185e.tar.gz |
Fix typos in comments.
Diffstat (limited to 'lisp/cedet/semantic')
-rw-r--r-- | lisp/cedet/semantic/util-modes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index 592394465ae..1d60eb74143 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el @@ -1022,7 +1022,7 @@ Argument EVENT describes the event that caused this function to be called." ;;;; ;; Highlight the first like of the function we are in if it is different -;; from the the tag going off the top of the screen. +;; from the tag going off the top of the screen. ;;;###autoload (defun global-semantic-highlight-func-mode (&optional arg) |