diff options
| -rw-r--r-- | lispref/minibuf.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 0f15e02acd2..5880173e568 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -699,8 +699,9 @@ In most cases, we recommend using @var{default}, and not @var{initial}. | |||
| 699 | 699 | ||
| 700 | @strong{We discourage use of a non-@code{nil} value for | 700 | @strong{We discourage use of a non-@code{nil} value for |
| 701 | @var{initial}}, because it is an intrusive interface. The history | 701 | @var{initial}}, because it is an intrusive interface. The history |
| 702 | list (which did not exist when we introduced @var{initial}) is a far | 702 | list feature (which did not exist when we introduced @var{initial}) |
| 703 | more convenient way for the user to get the default and edit it. | 703 | offers a far more convenient and general way for the user to get the |
| 704 | default and edit it, and it is always available. | ||
| 704 | 705 | ||
| 705 | If the argument @var{inherit-input-method} is non-@code{nil}, then the | 706 | If the argument @var{inherit-input-method} is non-@code{nil}, then the |
| 706 | minibuffer inherits the current input method (@pxref{Input | 707 | minibuffer inherits the current input method (@pxref{Input |