aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-03-15 03:47:41 +0000
committerJim Blandy <[email protected]>1992-03-15 03:47:41 +0000
commit9fd54390a89770213570801cb8dc37d738c0ab4b (patch)
tree3ac6bb9c24894ebb38fabed120347841f4e3aa27 /lisp
parent91bac16a94692d060f8e9e76b877eb0b1451e1b6 (diff)
*** 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 914a7ba2cc..ddf27bdc83 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