aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index c518f5243c2..a4dd9379e0a 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1997,7 +1997,7 @@ Some uses of the echo area also raise that frame (since they use it too).");
1997 "Non-nil means `read-from-miniffer' should not discard text properties.\n\ 1997 "Non-nil means `read-from-miniffer' should not discard text properties.\n\
1998This also affects `read-string', but it does not affect `read-minibuffer',\n\ 1998This also affects `read-string', but it does not affect `read-minibuffer',\n\
1999`read-no-blanks-input', or any of the functions that do minibuffer input\n\ 1999`read-no-blanks-input', or any of the functions that do minibuffer input\n\
2000with completion; they always discard text properties.") 2000with completion; they always discard text properties.");
2001 minibuffer_allow_text_properties = 0; 2001 minibuffer_allow_text_properties = 0;
2002 2002
2003 defsubr (&Sset_minibuffer_window); 2003 defsubr (&Sset_minibuffer_window);