Function: reftex-select-quit

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

Signature

(reftex-select-quit)

Documentation

Abort selection process.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-sel.el.gz
(defun reftex-select-quit ()
  "Abort selection process."
  (interactive)
  (throw 'myexit nil))