]> code.delx.au - gnu-emacs/commitdiff
(Using Interactive): Fix reference to node "Minibuffers".
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 20 Feb 2006 10:29:02 +0000 (10:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 20 Feb 2006 10:29:02 +0000 (10:29 +0000)
lispref/ChangeLog
lispref/commands.texi

index 19c5552bd31079ac92df3fdcb051e61a72d134d0..e706eb5b9f40bd922c820c3eeb0619f374006ff3 100644 (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):
index 3b1e9771a1b63041dd4dd50ee81f184d4b8896b6..797a5ced8e9b9db289c260198c73d403e33ec2c5 100644 (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