summaryrefslogtreecommitdiff
path: root/lispref/minibuf.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/minibuf.texi')
-rw-r--r--lispref/minibuf.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index bfc5989942d..8229442fdfc 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -184,12 +184,12 @@ arguments @var{prompt} and @var{initial} are used as in
@code{read-from-minibuffer}. The keymap used is
@code{minibuffer-local-map}.
-The optional argument @var{history}, if non-nil, specifies a history
-list and optionally the initial position in the list. The optional
-argument @var{default} specifies a default value to return if the user
-enters null input; it should be a string. The optional argument
-@var{inherit-input-method} specifies whether to inherit the current
-buffer's input method.
+The optional argument @var{history}, if non-@code{nil}, specifies a
+history list and optionally the initial position in the list. The
+optional argument @var{default} specifies a default value to return if
+the user enters null input; it should be a string. The optional
+argument @var{inherit-input-method} specifies whether to inherit the
+current buffer's input method.
This function is a simplified interface to the
@code{read-from-minibuffer} function: