# HG changeset patch # User Richard M. Stallman # Date 895633279 0 # Node ID f5e5d69e44c70fc6297e1d6a70e9bdc0bcc0f803 # Parent 884e912db9deaa8311967216a5a0233eab8684fc (syms_of_minibuf): Doc fix. diff -r 884e912db9de -r f5e5d69e44c7 src/minibuf.c --- a/src/minibuf.c Wed May 20 02:01:10 1998 +0000 +++ b/src/minibuf.c Wed May 20 03:01:19 1998 +0000 @@ -2220,7 +2220,7 @@ 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.");