Function: semantic-grammar-start
semantic-grammar-start is a byte-compiled function defined in
grammar.el.gz.
Signature
(semantic-grammar-start)
Documentation
Return the %start value as a list of symbols or nil.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/grammar.el.gz
(defsubst semantic-grammar-start ()
"Return the %start value as a list of symbols or nil."
(semantic-grammar-tag-symbols 'start))