diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-02-20 10:29:02 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-02-20 10:29:02 +0000 |
commit | 58f7100978e6647a6655a008554daf2d1bab3665 (patch) | |
tree | d8db616330265fe999e899f40e9f1cde15d5a1cc /lispref/commands.texi | |
parent | d8bd1ad4948b8efd7f3bd9ca704e77034241793c (diff) | |
download | emacs-58f7100978e6647a6655a008554daf2d1bab3665.tar.gz |
(Using Interactive): Fix reference to node "Minibuffers".
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r-- | lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |