diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2464,8 +2464,8 @@ DEFUN ("yes-or-no-p", Fyes_or_no_p, Syes_or_no_p, 1, MANY, 0, | |||
| 2464 | doc: /* Ask user a yes-or-no question. Return t if answer is yes. | 2464 | doc: /* Ask user a yes-or-no question. Return t if answer is yes. |
| 2465 | The string to display to ask the question is obtained by | 2465 | The string to display to ask the question is obtained by |
| 2466 | formatting the string PROMPT with arguments ARGS (see `format'). | 2466 | formatting the string PROMPT with arguments ARGS (see `format'). |
| 2467 | The result should end in a space; `y-or-n-p' adds \"(yes or no) \" | 2467 | The result should end in a space; `yes-or-no-p' adds |
| 2468 | to it. | 2468 | \"(yes or no) \" to it. |
| 2469 | 2469 | ||
| 2470 | The user must confirm the answer with RET, and can edit it until it | 2470 | The user must confirm the answer with RET, and can edit it until it |
| 2471 | has been confirmed. | 2471 | has been confirmed. |