Function: reftex-index-phrases-save-and-return

reftex-index-phrases-save-and-return is an interactive and byte-compiled function defined in reftex-index.el.gz.

Signature

(reftex-index-phrases-save-and-return)

Documentation

Return to where the reftex-index-phrase-selection-or-word was called.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-phrases-save-and-return ()
  "Return to where the `reftex-index-phrase-selection-or-word' was called."
  (interactive)
  (save-buffer)
  (switch-to-buffer (marker-buffer reftex-index-return-marker))
  (goto-char (or (marker-position reftex-index-return-marker) (point))))