diff options
| author | Luc Teirlinck | 2005-12-09 04:38:40 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-12-09 04:38:40 +0000 |
| commit | f5f7e7123070ae08b381f8e8ace5b1b7523a761f (patch) | |
| tree | e72a7363effe5c62c941215b8963d5b96d4e803f | |
| parent | 0eeaa028725dc55658251832d6fb434353c8be89 (diff) | |
| download | emacs-f5f7e7123070ae08b381f8e8ace5b1b7523a761f.tar.gz emacs-f5f7e7123070ae08b381f8e8ace5b1b7523a761f.zip | |
(Intro to Minibuffers): Fix typo.
| -rw-r--r-- | lispref/minibuf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 34284cdacdf..a920defb5be 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -85,7 +85,7 @@ permit or forbid recursive minibuffers by setting the variable | |||
| 85 | @code{enable-recursive-minibuffers} or by putting properties of that | 85 | @code{enable-recursive-minibuffers} or by putting properties of that |
| 86 | name on command symbols (@pxref{Recursive Mini}). | 86 | name on command symbols (@pxref{Recursive Mini}). |
| 87 | 87 | ||
| 88 | Like other buffers, a minibuffer use a local keymap | 88 | Like other buffers, a minibuffer uses a local keymap |
| 89 | (@pxref{Keymaps}) to specify special key bindings. The function that | 89 | (@pxref{Keymaps}) to specify special key bindings. The function that |
| 90 | invokes the minibuffer also sets up its local map according to the job | 90 | invokes the minibuffer also sets up its local map according to the job |
| 91 | to be done. @xref{Text from Minibuffer}, for the non-completion | 91 | to be done. @xref{Text from Minibuffer}, for the non-completion |