Function: bovine-grammar-PACKAGE-TAG

bovine-grammar-PACKAGE-TAG is a byte-compiled function defined in grammar.el.gz.

Signature

(bovine-grammar-PACKAGE-TAG NAME DETAIL &rest ATTRIBUTES)

Documentation

Expand call to PACKAGE-TAG grammar macro.

Return the form to create a semantic tag of class package. See the function semantic-tag-new-package for the meaning of arguments NAME, DETAIL and ATTRIBUTES.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/grammar.el.gz
(defun bovine-grammar-PACKAGE-TAG (name detail &rest attributes)
  "Expand call to PACKAGE-TAG grammar macro.
Return the form to create a semantic tag of class package.
See the function `semantic-tag-new-package' for the meaning of
arguments NAME, DETAIL and ATTRIBUTES."
  `(semantic-tag-new-package ,name ,detail ,@attributes))