diff options
Diffstat (limited to 'src')
| -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. |