diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/minibuf.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index b5798a9c174..49add3f7a79 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -141,6 +141,7 @@ However, if @var{read} is non-@code{nil}, @code{read-from-minibuffer} | |||
| 141 | reads the text and returns the resulting Lisp object, unevaluated. | 141 | reads the text and returns the resulting Lisp object, unevaluated. |
| 142 | (@xref{Input Functions}, for information about reading.) | 142 | (@xref{Input Functions}, for information about reading.) |
| 143 | 143 | ||
| 144 | @cindex future history in minibuffer input | ||
| 144 | The argument @var{default} specifies default values to make available | 145 | The argument @var{default} specifies default values to make available |
| 145 | through the history commands. It should be a string, a list of | 146 | through the history commands. It should be a string, a list of |
| 146 | strings, or @code{nil}. The string or strings become the minibuffer's | 147 | strings, or @code{nil}. The string or strings become the minibuffer's |
| @@ -2308,7 +2309,8 @@ This command replaces the minibuffer contents with the value of the | |||
| 2308 | @deffn Command next-history-element n | 2309 | @deffn Command next-history-element n |
| 2309 | This command replaces the minibuffer contents with the value of the | 2310 | This command replaces the minibuffer contents with the value of the |
| 2310 | @var{n}th more recent history element. The position in the history | 2311 | @var{n}th more recent history element. The position in the history |
| 2311 | can go beyond the current position and invoke ``future history.'' | 2312 | can go beyond the current position and invoke ``future history'' |
| 2313 | (@pxref{Text from Minibuffer}). | ||
| 2312 | @end deffn | 2314 | @end deffn |
| 2313 | 2315 | ||
| 2314 | @deffn Command previous-matching-history-element pattern n | 2316 | @deffn Command previous-matching-history-element pattern n |