Variable: semantic-texi-name-field-list

semantic-texi-name-field-list is a variable defined in texi.el.gz.

Value

(("defvar" . 1)
 ("defvarx" . 1)
 ("defun" . 1)
 ("defunx" . 1)
 ("defopt" . 1)
 ("deffn" . 2)
 ("deffnx" . 2))

Documentation

List of definition commands, and the field position.

The field position is the field number (based at 1) where the name of this section is.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/texi.el.gz
(defvar semantic-texi-name-field-list
  '( ("defvar" . 1)
     ("defvarx" . 1)
     ("defun" . 1)
     ("defunx" . 1)
     ("defopt" . 1)
     ("deffn" . 2)
     ("deffnx" . 2)
     )
  "List of definition commands, and the field position.
The field position is the field number (based at 1) where the
name of this section is.")