aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index ee4e80b5069..4673fde28c7 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2915,6 +2915,9 @@ it does up to one space will be removed.
2915The user must confirm the answer with RET, and can edit it until it 2915The user must confirm the answer with RET, and can edit it until it
2916has been confirmed. 2916has been confirmed.
2917 2917
2918If the `use-short-answers' variable is non-nil, instead of asking for
2919\"yes\" or \"no\", this function will ask for \"y\" or \"n\".
2920
2918If dialog boxes are supported, a dialog box will be used 2921If dialog boxes are supported, a dialog box will be used
2919if `last-nonmenu-event' is nil, and `use-dialog-box' is non-nil. */) 2922if `last-nonmenu-event' is nil, and `use-dialog-box' is non-nil. */)
2920 (Lisp_Object prompt) 2923 (Lisp_Object prompt)