1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix spelling of "precede".

This commit is contained in:
Glenn Morris 2011-02-22 23:08:12 -08:00
parent 61cf3a767d
commit 97610156f4
19 changed files with 49 additions and 49 deletions

View file

@ -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.")