comparison lispref/commands.texi @ 69035:069e0539c37d

(Using Interactive): Fix reference to node "Minibuffers".
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 20 Feb 2006 10:28:13 +0000
parents d356f128459f
children f7aff7b6d4af d1c5430c5bff
comparison
equal deleted inserted replaced
69034:65a6ac37752b 69035:069e0539c37d
203 203
204 @item 204 @item
205 It may be a Lisp expression that is not a string; then it should be a 205 It may be a Lisp expression that is not a string; then it should be a
206 form that is evaluated to get a list of arguments to pass to the 206 form that is evaluated to get a list of arguments to pass to the
207 command. Usually this form will call various functions to read input 207 command. Usually this form will call various functions to read input
208 from the user, most often through the minibuffer (@pxref{Minibuffer}) 208 from the user, most often through the minibuffer (@pxref{Minibuffers})
209 or directly from the keyboard (@pxref{Reading Input}). 209 or directly from the keyboard (@pxref{Reading Input}).
210 @cindex argument evaluation form 210 @cindex argument evaluation form
211 211
212 Providing point or the mark as an argument value is also common, but 212 Providing point or the mark as an argument value is also common, but
213 if you do this @emph{and} read input (whether using the minibuffer or 213 if you do this @emph{and} read input (whether using the minibuffer or