]> git.eshelyaron.com Git - emacs.git/commitdiff
; (minibuffur-allow-text-properties): Update fix docstring.
authorEshel Yaron <me@eshelyaron.com>
Mon, 12 Feb 2024 07:00:22 +0000 (08:00 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 Feb 2024 07:00:22 +0000 (08:00 +0100)
src/minibuf.c

index 9d6e365f133e07078aac5f116bd3a24682d27e90..87d75ae10c8ba3fe72c11fb7176dd7b6dac74666 100644 (file)
@@ -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,