changeset 69035:069e0539c37d

(Using Interactive): Fix reference to node "Minibuffers".
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 20 Feb 2006 10:28:13 +0000
parents 65a6ac37752b
children cc68ef6b0d93
files lispref/commands.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/commands.texi	Mon Feb 20 09:40:28 2006 +0000
+++ b/lispref/commands.texi	Mon Feb 20 10:28:13 2006 +0000
@@ -205,7 +205,7 @@
 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