Mercurial > emacs
comparison lispref/minibuf.texi @ 12226:af994773013b
changes for 19.29.
author | Melissa Weisshaus <melissa@gnu.org> |
---|---|
date | Wed, 14 Jun 1995 20:07:48 +0000 |
parents | a6eb5f12b0f3 |
children | ce09d77f76a6 |
comparison
equal
deleted
inserted
replaced
12225:a0067d2edef7 | 12226:af994773013b |
---|---|
1250 @noindent | 1250 @noindent |
1251 where @var{object} is the next object to ask about (as obtained from | 1251 where @var{object} is the next object to ask about (as obtained from |
1252 @var{list}). | 1252 @var{list}). |
1253 | 1253 |
1254 If not a string, @var{prompter} should be a function of one argument | 1254 If not a string, @var{prompter} should be a function of one argument |
1255 (the next object to ask about) and should return the question text. | 1255 (the next object to ask about) and should return the question text. If |
1256 the value is a string, that is the question to ask the user. The | |
1257 function can also return @code{t} meaning do act on this object (and | |
1258 don't ask the user), or @code{nil} meaning ignore this object (and don't | |
1259 ask the user). | |
1256 | 1260 |
1257 The argument @var{actor} says how to act on the answers that the user | 1261 The argument @var{actor} says how to act on the answers that the user |
1258 gives. It should be a function of one argument, and it is called with | 1262 gives. It should be a function of one argument, and it is called with |
1259 each object that the user says yes for. Its argument is always an | 1263 each object that the user says yes for. Its argument is always an |
1260 object obtained from @var{list}. | 1264 object obtained from @var{list}. |