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