DEFVAR_BOOL ("minibuffer-allow-text-properties",
minibuffer_allow_text_properties,
- doc: /* Non-nil means `read-from-minibuffer' should not discard text properties.
-This also affects `read-string', but it does not affect `read-minibuffer',
-`read-no-blanks-input', or any of the functions that do minibuffer input
-with completion; they always discard text properties. */);
+ doc: /* Whether `read-from-minibuffer' preserves text properties. */);
minibuffer_allow_text_properties = 0;
DEFVAR_LISP ("minibuffer-prompt-properties", Vminibuffer_prompt_properties,