diff options
| author | Richard M. Stallman | 2004-06-05 16:52:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-05 16:52:14 +0000 |
| commit | 1fb101f339ebef5c2d5f5ffdadb281d673703354 (patch) | |
| tree | 4d00c329dfcbe198367907b8ed0f9cf5703c5457 | |
| parent | 57015754de508fc378aa9445d29fcc73e38efc58 (diff) | |
| download | emacs-1fb101f339ebef5c2d5f5ffdadb281d673703354.tar.gz emacs-1fb101f339ebef5c2d5f5ffdadb281d673703354.zip | |
(Fcompleting_read): Doc fix.
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 67d57cab543..c33a1338600 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1614,7 +1614,7 @@ HIST, if non-nil, specifies a history list and optionally the initial | |||
| 1614 | is the initial position (the position in the list used by the | 1614 | is the initial position (the position in the list used by the |
| 1615 | minibuffer history commands). For consistency, you should also | 1615 | minibuffer history commands). For consistency, you should also |
| 1616 | specify that element of the history as the value of | 1616 | specify that element of the history as the value of |
| 1617 | INITIAL-CONTENTS. (This is the only case in which you should use | 1617 | INITIAL-INPUT. (This is the only case in which you should use |
| 1618 | INITIAL-INPUT instead of DEF.) Positions are counted starting from | 1618 | INITIAL-INPUT instead of DEF.) Positions are counted starting from |
| 1619 | 1 at the beginning of the list. The variable `history-length' | 1619 | 1 at the beginning of the list. The variable `history-length' |
| 1620 | controls the maximum length of a history list. | 1620 | controls the maximum length of a history list. |