changeset 18445:2b1d3330e750

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 25 Jun 1997 06:42:38 +0000
parents 825ff9e2e44e
children 59d2f2a0a36e
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Wed Jun 25 05:45:46 1997 +0000
+++ b/src/minibuf.c	Wed Jun 25 06:42:38 1997 +0000
@@ -1997,7 +1997,7 @@
     "Non-nil means `read-from-miniffer' should not discard text properties.\n\
 This also affects `read-string', but it does not affect `read-minibuffer',\n\
 `read-no-blanks-input', or any of the functions that do minibuffer input\n\
-with completion; they always discard text properties.")
+with completion; they always discard text properties.");
   minibuffer_allow_text_properties = 0;
 
   defsubr (&Sset_minibuffer_window);