Function: reftex-index-show-help
reftex-index-show-help is an interactive and byte-compiled function
defined in reftex-index.el.gz.
Signature
(reftex-index-show-help)
Documentation
Show a summary of special key bindings.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-show-help ()
"Show a summary of special key bindings."
(interactive)
(with-output-to-temp-buffer "*RefTeX Help*"
(princ reftex-index-help))
(reftex-enlarge-to-fit "*RefTeX Help*" t)
;; If follow mode is active, arrange to delay it one command
(if reftex-index-follow-mode
(setq reftex-index-follow-mode 1)))