diff lispref/minibuf.texi @ 51703:b8860fc285cb

Minor Texinfo usage fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Jun 2003 10:43:01 +0000
parents 86ea12469954
children 9cd313749c97
line wrap: on
line diff
--- a/lispref/minibuf.texi	Mon Jun 30 10:42:46 2003 +0000
+++ b/lispref/minibuf.texi	Mon Jun 30 10:43:01 2003 +0000
@@ -184,12 +184,12 @@
 @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: