Mercurial > emacs
changeset 22156:f5e5d69e44c7
(syms_of_minibuf): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 20 May 1998 03:01:19 +0000 |
parents | 884e912db9de |
children | 7c92848a9d80 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.");