comparison 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
comparison
equal deleted inserted replaced
51702:82502bf293e0 51703:b8860fc285cb
182 This function reads a string from the minibuffer and returns it. The 182 This function reads a string from the minibuffer and returns it. The
183 arguments @var{prompt} and @var{initial} are used as in 183 arguments @var{prompt} and @var{initial} are used as in
184 @code{read-from-minibuffer}. The keymap used is 184 @code{read-from-minibuffer}. The keymap used is
185 @code{minibuffer-local-map}. 185 @code{minibuffer-local-map}.
186 186
187 The optional argument @var{history}, if non-nil, specifies a history 187 The optional argument @var{history}, if non-@code{nil}, specifies a
188 list and optionally the initial position in the list. The optional 188 history list and optionally the initial position in the list. The
189 argument @var{default} specifies a default value to return if the user 189 optional argument @var{default} specifies a default value to return if
190 enters null input; it should be a string. The optional argument 190 the user enters null input; it should be a string. The optional
191 @var{inherit-input-method} specifies whether to inherit the current 191 argument @var{inherit-input-method} specifies whether to inherit the
192 buffer's input method. 192 current buffer's input method.
193 193
194 This function is a simplified interface to the 194 This function is a simplified interface to the
195 @code{read-from-minibuffer} function: 195 @code{read-from-minibuffer} function:
196 196
197 @smallexample 197 @smallexample