; * src/minibuf.c (syms_of_minibuf): Improve some wording.
This commit is contained in:
parent
3e22c73fb6
commit
686032ddaf
1 changed files with 1 additions and 1 deletions
|
@ -2480,7 +2480,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.
|
||||
The value could be let-bound or buffer-local in the minibuffer.
|
||||
Lisp code can let-bind this, or make it buffer-local in the minibuffer.
|
||||
This also affects `read-string', or any of the functions that do
|
||||
minibuffer input with completion, but it does not affect `read-minibuffer'
|
||||
that always discards text properties. */);
|
||||
|
|
Loading…
Add table
Reference in a new issue