From: Richard M. Stallman Date: Wed, 20 May 1998 03:01:19 +0000 (+0000) Subject: (syms_of_minibuf): Doc fix. X-Git-Tag: emacs-20.3~921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9cccb71831b509571c1f354bad1c8299cc6d81d;p=emacs.git (syms_of_minibuf): Doc fix. --- 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.");