aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-09 04:38:40 +0000
committerLuc Teirlinck2005-12-09 04:38:40 +0000
commitf5f7e7123070ae08b381f8e8ace5b1b7523a761f (patch)
treee72a7363effe5c62c941215b8963d5b96d4e803f
parent0eeaa028725dc55658251832d6fb434353c8be89 (diff)
downloademacs-f5f7e7123070ae08b381f8e8ace5b1b7523a761f.tar.gz
emacs-f5f7e7123070ae08b381f8e8ace5b1b7523a761f.zip
(Intro to Minibuffers): Fix typo.
-rw-r--r--lispref/minibuf.texi2
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
86name on command symbols (@pxref{Recursive Mini}). 86name 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
90invokes the minibuffer also sets up its local map according to the job 90invokes the minibuffer also sets up its local map according to the job
91to be done. @xref{Text from Minibuffer}, for the non-completion 91to be done. @xref{Text from Minibuffer}, for the non-completion