Variable: reftex-string-to-label-function
reftex-string-to-label-function is a customizable variable defined in
reftex-vars.el.gz.
Value
reftex-string-to-label
Documentation
Function to turn an arbitrary string into a valid label.
RefTeX's default function uses the variable reftex-derive-label-parameters.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-string-to-label-function 'reftex-string-to-label
"Function to turn an arbitrary string into a valid label.
RefTeX's default function uses the variable `reftex-derive-label-parameters'."
:group 'reftex-making-and-inserting-labels
:type 'symbol)