Function: reftex-select-accept

reftex-select-accept is an interactive and byte-compiled function defined in reftex-sel.el.gz.

Signature

(reftex-select-accept)

Documentation

Accept the currently selected item.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
(defun reftex-select-accept ()
  "Accept the currently selected item."
  (interactive)
  (throw 'myexit 'return))