Function: reftex-index-edit-visual
reftex-index-edit-visual is an interactive and byte-compiled function
defined in reftex-index.el.gz.
Signature
(reftex-index-edit-visual &optional ARG)
Documentation
EDIT the VISUAL part of the entry. With arg: remove entire VISUAL string.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-edit-visual (&optional arg)
"EDIT the VISUAL part of the entry. With arg: remove entire VISUAL string."
(interactive "P")
(reftex-index-edit-part arg 3 (nth 2 reftex-index-special-chars) "Visual: "))