From: Luc Teirlinck Date: Fri, 9 Dec 2005 04:38:40 +0000 (+0000) Subject: (Intro to Minibuffers): Fix typo. X-Git-Tag: emacs-pretest-22.0.90~5419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5f7e7123070ae08b381f8e8ace5b1b7523a761f;p=emacs.git (Intro to Minibuffers): Fix typo. --- 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 @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