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