Function: reftex-select-keyboard-quit
reftex-select-keyboard-quit is an interactive and byte-compiled
function defined in reftex-sel.el.gz.
Signature
(reftex-select-keyboard-quit)
Documentation
Abort selection process.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
(defun reftex-select-keyboard-quit ()
"Abort selection process."
(interactive)
(throw 'exit t))