# HG changeset patch # User Luc Teirlinck # Date 1134103120 0 # Node ID ba853fd4880c730130344375d0d54d7d42d06aa3 # Parent 3ddc4eef6279890a742e37d6b3aacc5e21b17234 (Intro to Minibuffers): Fix typo. diff -r 3ddc4eef6279 -r ba853fd4880c lispref/minibuf.texi --- a/lispref/minibuf.texi Fri Dec 09 00:47:57 2005 +0000 +++ b/lispref/minibuf.texi Fri Dec 09 04:38:40 2005 +0000 @@ -85,7 +85,7 @@ @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