]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_minibuf): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 May 1998 03:01:19 +0000 (03:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 May 1998 03:01:19 +0000 (03:01 +0000)
src/minibuf.c

index 8006cc9354df833e7271c5ebc7550bb06f669926..46908f2117683a312e59a3d4652c0de8682d69f2 100644 (file)
@@ -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.");