From ea5afe56983b970a9e46a97e5af9e50226ee7e17 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 12 Feb 2024 08:00:22 +0100 Subject: [PATCH] ; (minibuffur-allow-text-properties): Update fix docstring. --- src/minibuf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/minibuf.c b/src/minibuf.c index 9d6e365f133..87d75ae10c8 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2440,10 +2440,7 @@ basic completion functions like `try-completion' and `all-completions'. */); 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, -- 2.39.5