Function: reftex-select-mark-and
reftex-select-mark-and is an interactive and byte-compiled function
defined in reftex-sel.el.gz.
Signature
(reftex-select-mark-and)
Documentation
Mark the entry and store and to separator.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
(defun reftex-select-mark-and ()
"Mark the entry and store `and' to separator."
(interactive)
(reftex-select-mark ?+))