Variable: reftex-index-phrases-phrase-regexp1
reftex-index-phrases-phrase-regexp1 is a variable defined in
reftex-index.el.gz.
Value
"^\\(\\S-?\\)\\( \\)\\([^ \n]*\\S-\\)\\([ ]*\\)$"
Documentation
Regular expression matching phrases which have no separate index key.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
;(defconst reftex-index-phrases-macrodef-regexp
; "^\\(>>>INDEX_MACRO_DEFINITION:\\)[ \t]+\\(\\S-\\)\\([ \t]*\\)\\([^\t]*[^ \t]\\)\\([ \t]*\\)\\(nil\\|t\\)[ \t]*$"
; "Regular expression to match macro definition lines the phrases buffer.
;This version would allow just spaces as separators.")
(defconst reftex-index-phrases-phrase-regexp1
"^\\(\\S-?\\)\\(\t\\)\\([^\t\n]*\\S-\\)\\([ \t]*\\)$"
"Regular expression matching phrases which have no separate index key.")