aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 17b68f55050..c2732e2342f 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2787,7 +2787,7 @@ for more information. In this case, the useful bindings are `act', `skip',\n\
2787`recenter', and `quit'.\)\n\ 2787`recenter', and `quit'.\)\n\
2788\n\ 2788\n\
2789Under a windowing system a dialog box will be used if `last-nonmenu-event'\n\ 2789Under a windowing system a dialog box will be used if `last-nonmenu-event'\n\
2790is nil.") 2790is nil and `use-dialog-box' is non-nil.")
2791 (prompt) 2791 (prompt)
2792 Lisp_Object prompt; 2792 Lisp_Object prompt;
2793{ 2793{
@@ -2924,7 +2924,7 @@ The user must confirm the answer with RET,\n\
2924and can edit it until it has been confirmed.\n\ 2924and can edit it until it has been confirmed.\n\
2925\n\ 2925\n\
2926Under a windowing system a dialog box will be used if `last-nonmenu-event'\n\ 2926Under a windowing system a dialog box will be used if `last-nonmenu-event'\n\
2927is nil.") 2927is nil, and `use-dialog-box' is non-nil.")
2928 (prompt) 2928 (prompt)
2929 Lisp_Object prompt; 2929 Lisp_Object prompt;
2930{ 2930{