Function: reftex-index-simplify-phrase
reftex-index-simplify-phrase is a byte-compiled function defined in
reftex-index.el.gz.
Signature
(reftex-index-simplify-phrase PHRASE)
Documentation
Make phrase single spaces and single line.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-index.el.gz
(defun reftex-index-simplify-phrase (phrase)
"Make phrase single spaces and single line."
(mapconcat #'identity (split-string phrase) " "))