summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-15 03:47:41 +0000
committerJim Blandy <jimb@redhat.com>1992-03-15 03:47:41 +0000
commit8f8e3148b32a61e45201c79e5e8629e3fe8c0358 (patch)
treeee271c22e3b13ac068cba09eb267c115e3fa5a14 /lisp
parente912d95c03d21f5fbd8434d9ab114c1002d9ff01 (diff)
downloademacs-8f8e3148b32a61e45201c79e5e8629e3fe8c0358.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/map-ynp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index 914a7ba2cc9..ddf27bdc839 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -41,7 +41,7 @@ Takes args PROMPTER ACTOR LIST, and optional arg HELP.
LIST is a list of objects, or a function of no arguments to return the next
object or nil.
-If is PROMPTER a string, the prompt is \(format PROMPTER OBJECT\). If not
+If PROMPTER is a string, the prompt is \(format PROMPTER OBJECT\). If not
a string, PROMPTER is a function of one arg (an object from LIST), which
returns a string to be used as the prompt for that object. If the return
value is not a string, it is eval'd to get the answer; it may be nil to