Function: semantic-grammar-keywordtable

semantic-grammar-keywordtable is a byte-compiled function defined in grammar.el.gz.

Signature

(semantic-grammar-keywordtable)

Documentation

Return the variable name of the keyword table.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/grammar.el.gz
(defsubst semantic-grammar-keywordtable ()
  "Return the variable name of the keyword table."
  (concat semantic--grammar-package
          "--keyword-table"))