summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/format.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-02-22 23:08:12 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-22 23:08:12 -0800
commit97610156f40b64a933d9c4afa4767e2443527892 (patch)
tree2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/cedet/semantic/format.el
parent61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff)
downloademacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz
Fix spelling of "precede".
Diffstat (limited to 'lisp/cedet/semantic/format.el')
-rw-r--r--lisp/cedet/semantic/format.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/format.el b/lisp/cedet/semantic/format.el
index 86059de86fe..2f1bfdbed85 100644
--- a/lisp/cedet/semantic/format.el
+++ b/lisp/cedet/semantic/format.el
@@ -297,7 +297,7 @@ local definitions."
(define-overloadable-function semantic-format-tag-canonical-name (tag &optional parent color)
"Return a canonical name for TAG.
-A canonical name includes the names of any parents or namespaces preceeding
+A canonical name includes the names of any parents or namespaces preceding
the tag.
Optional argument PARENT is the parent type if TAG is a detail.
Optional argument COLOR means highlight the prototype with font-lock colors.")