Function: reftex-index-edit-attribute

reftex-index-edit-attribute is an interactive and byte-compiled function defined in reftex-index.el.gz.

Signature

(reftex-index-edit-attribute &optional ARG)

Documentation

EDIT the ATTRIBUTE part of the entry. With arg: remove entire ATTRIBUTE.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-edit-attribute (&optional arg)
  "EDIT the ATTRIBUTE part of the entry.  With arg: remove entire ATTRIBUTE."
  (interactive "P")
  (reftex-index-edit-part arg 2 (nth 1 reftex-index-special-chars)
                          "Attribute: "))