aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-02-20 10:29:02 +0000
committerJuanma Barranquero2006-02-20 10:29:02 +0000
commit58f7100978e6647a6655a008554daf2d1bab3665 (patch)
treed8db616330265fe999e899f40e9f1cde15d5a1cc
parentd8bd1ad4948b8efd7f3bd9ca704e77034241793c (diff)
downloademacs-58f7100978e6647a6655a008554daf2d1bab3665.tar.gz
emacs-58f7100978e6647a6655a008554daf2d1bab3665.zip
(Using Interactive): Fix reference to node "Minibuffers".
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/commands.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 19c5552bd31..e706eb5b9f4 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-02-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * commands.texi (Using Interactive): Fix reference to node
4 "Minibuffers".
5
12006-02-19 Richard M. Stallman <rms@gnu.org> 62006-02-19 Richard M. Stallman <rms@gnu.org>
2 7
3 * minibuf.texi (High-Level Completion): 8 * 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
205It may be a Lisp expression that is not a string; then it should be a 205It may be a Lisp expression that is not a string; then it should be a
206form that is evaluated to get a list of arguments to pass to the 206form that is evaluated to get a list of arguments to pass to the
207command. Usually this form will call various functions to read input 207command. Usually this form will call various functions to read input
208from the user, most often through the minibuffer (@pxref{Minibuffer}) 208from the user, most often through the minibuffer (@pxref{Minibuffers})
209or directly from the keyboard (@pxref{Reading Input}). 209or directly from the keyboard (@pxref{Reading Input}).
210@cindex argument evaluation form 210@cindex argument evaluation form
211 211