diff options
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 |