diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-27 17:07:29 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-27 17:07:29 -0800 |
commit | 2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch) | |
tree | b924eb1c22ab3bce643676162ef039f250782661 /lisp/cedet/semantic/complete.el | |
parent | df7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff) | |
parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) | |
download | emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.gz emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.bz2 emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.zip |
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'lisp/cedet/semantic/complete.el')
-rw-r--r-- | lisp/cedet/semantic/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index 31e92724a00..47cb722e005 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el @@ -1264,7 +1264,7 @@ inserted into the current context.") ;; generated by a collector. This format is in semanticdb search ;; form. This vaguely standard form is a bit challenging to navigate ;; because the tags do not contain buffer info, but the file associated -;; with the tags preceed the tag in the list. +;; with the tags precedes the tag in the list. ;; ;; Basic displayors don't care, and can strip the results. ;; Advanced highlighting displayors need to know when they need |