summaryrefslogtreecommitdiff
path: root/lispref/commands.texi
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-02-20 10:29:02 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-02-20 10:29:02 +0000
commit58f7100978e6647a6655a008554daf2d1bab3665 (patch)
treed8db616330265fe999e899f40e9f1cde15d5a1cc /lispref/commands.texi
parentd8bd1ad4948b8efd7f3bd9ca704e77034241793c (diff)
downloademacs-58f7100978e6647a6655a008554daf2d1bab3665.tar.gz
(Using Interactive): Fix reference to node "Minibuffers".
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r--lispref/commands.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi
index 3b1e9771a1b..797a5ced8e9 100644
--- a/lispref/commands.texi
+++ b/lispref/commands.texi
@@ -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