# HG changeset patch # User Juanma Barranquero # Date 1140431293 0 # Node ID 069e0539c37dce688d007ba030538f1ddfa34f74 # Parent 65a6ac37752b3651429b95e322575a9f0748a059 (Using Interactive): Fix reference to node "Minibuffers". diff -r 65a6ac37752b -r 069e0539c37d lispref/commands.texi --- 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