X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2db38a6f98c2abb42b746064ce97417cccc27e68..0e963201d03d9229bb8ac4323291d2b0119526ed:/lisp/cedet/semantic/html.el diff --git a/lisp/cedet/semantic/html.el b/lisp/cedet/semantic/html.el index 1a7ada02e3..81363c71f6 100644 --- a/lisp/cedet/semantic/html.el +++ b/lisp/cedet/semantic/html.el @@ -1,6 +1,6 @@ ;;; semantic/html.el --- Semantic details for html files -;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004-2005, 2007-2016 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam @@ -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 @@ -126,7 +126,7 @@ html parser. PNT is the new point to set." NAME is the name of this section. MEMBERS is a list of semantic tags representing the elements that make up this section. -LEVEL is the levelling level. +LEVEL is the leveling level. START and END define the location of data described by the tag." (let ((anchorp (eq level 11))) (append (semantic-tag name @@ -222,7 +222,7 @@ tag with greater section value than LEVEL is found." "The children TAG expands to." (semantic-html-components tag)) -;; In semantic-imenu.el, not part of Emacs. +;; In semantic/imenu.el, not part of Emacs. (defvar semantic-imenu-expandable-tag-classes) (defvar semantic-imenu-bucketize-file) (defvar semantic-imenu-bucketize-type-members) @@ -243,6 +243,7 @@ tag with greater section value than LEVEL is found." semantic-imenu-bucketize-file nil semantic-imenu-bucketize-type-members nil senator-step-at-start-end-tag-classes '(section) + senator-step-at-tag-classes '(section) semantic-stickyfunc-sticky-classes '(section) ) (semantic-install-function-overrides @@ -261,5 +262,4 @@ tag with greater section value than LEVEL is found." ;; generated-autoload-load-name: "semantic/html" ;; End: -;; arch-tag: 2a088b99-4585-46d5-bce8-3a5a8ec5eb2e ;;; semantic/html.el ends here