summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/html.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/html.el')
-rw-r--r--lisp/cedet/semantic/html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/html.el b/lisp/cedet/semantic/html.el
index 972ce5e26bc..137759d46ac 100644
--- a/lisp/cedet/semantic/html.el
+++ b/lisp/cedet/semantic/html.el
@@ -61,7 +61,7 @@
(define-mode-local-override semantic-parse-region
html-mode (&rest ignore)
"Parse the current html buffer for semantic tags.
-INGNORE any arguments. Always parse the whole buffer.
+IGNORE any arguments. Always parse the whole buffer.
Each tag returned is of the form:
(\"NAME\" section (:members CHILDREN))
or