From 58f7100978e6647a6655a008554daf2d1bab3665 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 20 Feb 2006 10:29:02 +0000 Subject: [PATCH] (Using Interactive): Fix reference to node "Minibuffers". --- lispref/ChangeLog | 5 +++++ lispref/commands.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 19c5552bd31..e706eb5b9f4 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-02-20 Juanma Barranquero + + * commands.texi (Using Interactive): Fix reference to node + "Minibuffers". + 2006-02-19 Richard M. Stallman * minibuf.texi (High-Level Completion): 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 -- 2.39.2