]> git.eshelyaron.com Git - emacs.git/commitdiff
(Intro to Minibuffers): Fix typo.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 9 Dec 2005 04:38:40 +0000 (04:38 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 9 Dec 2005 04:38:40 +0000 (04:38 +0000)
lispref/minibuf.texi

index 34284cdacdf17eae4e066d0696127c010da9988d..a920defb5be1dde31371c4e8bad8b26766fe5b03 100644 (file)
@@ -85,7 +85,7 @@ permit or forbid recursive minibuffers by setting the variable
 @code{enable-recursive-minibuffers} or by putting properties of that
 name on command symbols (@pxref{Recursive Mini}).
 
-  Like other buffers, a minibuffer use a local keymap
+  Like other buffers, a minibuffer uses a local keymap
 (@pxref{Keymaps}) to specify special key bindings.  The function that
 invokes the minibuffer also sets up its local map according to the job
 to be done.  @xref{Text from Minibuffer}, for the non-completion