diff options
| author | Richard M. Stallman | 2002-12-07 21:41:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-07 21:41:00 +0000 |
| commit | 38668f819885154cd3f0f21cf5ebe478c848913f (patch) | |
| tree | 0141796a02b81003402573740223db0bba9e596d /src | |
| parent | 6042a06e6e3480b23b06e5562a033ebdbba22acd (diff) | |
| download | emacs-38668f819885154cd3f0f21cf5ebe478c848913f.tar.gz emacs-38668f819885154cd3f0f21cf5ebe478c848913f.zip | |
(Fcompleting_read): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index bb391d44d7c..a8b97cf4695 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1540,6 +1540,9 @@ HIST, if non-nil, specifies a history list | |||
| 1540 | and HISTPOS is the initial position (the position in the list | 1540 | and HISTPOS is the initial position (the position in the list |
| 1541 | which INITIAL-INPUT corresponds to). | 1541 | which INITIAL-INPUT corresponds to). |
| 1542 | Positions are counted starting from 1 at the beginning of the list. | 1542 | Positions are counted starting from 1 at the beginning of the list. |
| 1543 | The variable `history-length' controls the maximum length of a | ||
| 1544 | history list. | ||
| 1545 | |||
| 1543 | DEF, if non-nil, is the default value. | 1546 | DEF, if non-nil, is the default value. |
| 1544 | 1547 | ||
| 1545 | If INHERIT-INPUT-METHOD is non-nil, the minibuffer inherits | 1548 | If INHERIT-INPUT-METHOD is non-nil, the minibuffer inherits |