Function: semantic-grammar-keyword-data

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

Signature

(semantic-grammar-keyword-data)

Documentation

Return the string value of the table of keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/grammar.el.gz
(defun semantic-grammar-keyword-data ()
  "Return the string value of the table of keywords."
  (semantic-grammar-as-string
   (semantic-grammar-keywordtable-builder)))