diff options
| author | Juanma Barranquero | 2006-02-20 10:29:02 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-02-20 10:29:02 +0000 |
| commit | 58f7100978e6647a6655a008554daf2d1bab3665 (patch) | |
| tree | d8db616330265fe999e899f40e9f1cde15d5a1cc | |
| parent | d8bd1ad4948b8efd7f3bd9ca704e77034241793c (diff) | |
| download | emacs-58f7100978e6647a6655a008554daf2d1bab3665.tar.gz emacs-58f7100978e6647a6655a008554daf2d1bab3665.zip | |
(Using Interactive): Fix reference to node "Minibuffers".
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/commands.texi | 2 |
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 @@ | |||
| 1 | 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * commands.texi (Using Interactive): Fix reference to node | ||
| 4 | "Minibuffers". | ||
| 5 | |||
| 1 | 2006-02-19 Richard M. Stallman <rms@gnu.org> | 6 | 2006-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 | |||
| 205 | It may be a Lisp expression that is not a string; then it should be a | 205 | It may be a Lisp expression that is not a string; then it should be a |
| 206 | form that is evaluated to get a list of arguments to pass to the | 206 | form that is evaluated to get a list of arguments to pass to the |
| 207 | command. Usually this form will call various functions to read input | 207 | command. Usually this form will call various functions to read input |
| 208 | from the user, most often through the minibuffer (@pxref{Minibuffer}) | 208 | from the user, most often through the minibuffer (@pxref{Minibuffers}) |
| 209 | or directly from the keyboard (@pxref{Reading Input}). | 209 | or directly from the keyboard (@pxref{Reading Input}). |
| 210 | @cindex argument evaluation form | 210 | @cindex argument evaluation form |
| 211 | 211 | ||