diff options
| author | Richard M. Stallman | 1998-05-20 03:01:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-20 03:01:19 +0000 |
| commit | e9cccb71831b509571c1f354bad1c8299cc6d81d (patch) | |
| tree | aca2e22fbaea69b73a953038d05c836f94b71d7a /src | |
| parent | a5fcbc4e5a86c0bdc68a6a2b9b69996c00df740d (diff) | |
| download | emacs-e9cccb71831b509571c1f354bad1c8299cc6d81d.tar.gz emacs-e9cccb71831b509571c1f354bad1c8299cc6d81d.zip | |
(syms_of_minibuf): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)."); | |||
| 2220 | 2220 | ||
| 2221 | DEFVAR_BOOL ("minibuffer-allow-text-properties", | 2221 | DEFVAR_BOOL ("minibuffer-allow-text-properties", |
| 2222 | &minibuffer_allow_text_properties, | 2222 | &minibuffer_allow_text_properties, |
| 2223 | "Non-nil means `read-from-miniffer' should not discard text properties.\n\ | 2223 | "Non-nil means `read-from-minibuffer' should not discard text properties.\n\ |
| 2224 | This also affects `read-string', but it does not affect `read-minibuffer',\n\ | 2224 | This also affects `read-string', but it does not affect `read-minibuffer',\n\ |
| 2225 | `read-no-blanks-input', or any of the functions that do minibuffer input\n\ | 2225 | `read-no-blanks-input', or any of the functions that do minibuffer input\n\ |
| 2226 | with completion; they always discard text properties."); | 2226 | with completion; they always discard text properties."); |