1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

(Using Interactive): Fix reference to node "Minibuffers".

This commit is contained in:
Juanma Barranquero 2006-02-20 10:29:02 +00:00
parent d8bd1ad494
commit 58f7100978
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-02-20 Juanma Barranquero <lekktu@gmail.com>
* commands.texi (Using Interactive): Fix reference to node
"Minibuffers".
2006-02-19 Richard M. Stallman <rms@gnu.org>
* minibuf.texi (High-Level Completion):

View File

@ -205,7 +205,7 @@ string (starting with the first character that is not @samp{*} or
It may be a Lisp expression that is not a string; then it should be a
form that is evaluated to get a list of arguments to pass to the
command. Usually this form will call various functions to read input
from the user, most often through the minibuffer (@pxref{Minibuffer})
from the user, most often through the minibuffer (@pxref{Minibuffers})
or directly from the keyboard (@pxref{Reading Input}).
@cindex argument evaluation form