aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-20 16:23:27 +0000
committerGerd Moellmann2000-09-20 16:23:27 +0000
commitcd234430ccd2b7fbb6efecf5f4ad0f749bd422e6 (patch)
treede8d16b23c6ac4b0cfd452a489e8566719b0f7ec /src
parente2f2ee74203769a691185fe96759b890b4817d50 (diff)
downloademacs-cd234430ccd2b7fbb6efecf5f4ad0f749bd422e6.tar.gz
emacs-cd234430ccd2b7fbb6efecf5f4ad0f749bd422e6.zip
(Fy_or_n_p, Fyes_or_no_p): Doc fix.
Diffstat (limited to 'src')
-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{