From e9cccb71831b509571c1f354bad1c8299cc6d81d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 20 May 1998 03:01:19 +0000 Subject: [PATCH] (syms_of_minibuf): Doc fix. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index 8006cc9354d..46908f21176 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2220,7 +2220,7 @@ Some uses of the echo area also raise that frame (since they use it too)."); DEFVAR_BOOL ("minibuffer-allow-text-properties", &minibuffer_allow_text_properties, - "Non-nil means `read-from-miniffer' should not discard text properties.\n\ + "Non-nil means `read-from-minibuffer' 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."); -- 2.39.2