Variable: reftex-index-phrases-help

reftex-index-phrases-help is a variable defined in reftex-index.el.gz.

Value

"     Keys for query-index search\n     ===========================\ny       Replace this match\nn       Skip this match\n!       Replace this and all further matches in this file\nq / Q   Skip match, start next file / start next phrase\no       Use a different indexing macro for this match\n1 - 9   Select one of the multiple phrases\ne       Edit the replacement text\nC-r     Recursive edit.\ns / S   Save this buffer  /  Save all document buffers\nC-g     Abort"

Documentation

The help string for indexing phrases.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defconst reftex-index-phrases-help
  "     Keys for query-index search
     ===========================
y       Replace this match
n       Skip this match
!       Replace this and all further matches in this file
q / Q   Skip match, start next file / start next phrase
o       Use a different indexing macro for this match
1 - 9   Select one of the multiple phrases
e       Edit the replacement text
C-r     Recursive edit.
s / S   Save this buffer  /  Save all document buffers
C-g     Abort"
  "The help string for indexing phrases.")