comparison doc/lispref/commands.texi @ 103806:b9d5b3457fac

(Using Interactive): Fix cross-reference.
author Glenn Morris <rgm@gnu.org>
date Thu, 09 Jul 2009 03:06:24 +0000
parents a447859a557b
children 3c79de4c87a1
comparison
equal deleted inserted replaced
103805:da12194bcc54 103806:b9d5b3457fac
167 167
168 @item 168 @item
169 It may be a string; its contents are a sequence of elements separated 169 It may be a string; its contents are a sequence of elements separated
170 by newlines, one for each parameter@footnote{Some elements actually 170 by newlines, one for each parameter@footnote{Some elements actually
171 supply two parameters.}. Each element consists of a code character 171 supply two parameters.}. Each element consists of a code character
172 (@pxref{ Interactive Codes}) optionally followed by a prompt (which 172 (@pxref{Interactive Codes}) optionally followed by a prompt (which
173 some code characters use and some ignore). Here is an example: 173 some code characters use and some ignore). Here is an example:
174 174
175 @smallexample 175 @smallexample
176 (interactive "P\nbFrobnicate buffer: ") 176 (interactive "P\nbFrobnicate buffer: ")
177 @end smallexample 177 @end smallexample