diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/minibuf.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 4a218fe7378..dde30ce67f7 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -547,7 +547,8 @@ to the minibuffer input function (@pxref{Initial Input}). | |||
| 547 | If you don't specify @var{history}, then the default history list | 547 | If you don't specify @var{history}, then the default history list |
| 548 | @code{minibuffer-history} is used. For other standard history lists, | 548 | @code{minibuffer-history} is used. For other standard history lists, |
| 549 | see below. You can also create your own history list variable; just | 549 | see below. You can also create your own history list variable; just |
| 550 | initialize it to @code{nil} before the first use. | 550 | initialize it to @code{nil} before the first use. If the variable is |
| 551 | buffer local, then each buffer will have its own input history list. | ||
| 551 | 552 | ||
| 552 | Both @code{read-from-minibuffer} and @code{completing-read} add new | 553 | Both @code{read-from-minibuffer} and @code{completing-read} add new |
| 553 | elements to the history list automatically, and provide commands to | 554 | elements to the history list automatically, and provide commands to |