]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fy_or_n_p, Fyes_or_no_p): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 20 Sep 2000 16:23:27 +0000 (16:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 20 Sep 2000 16:23:27 +0000 (16:23 +0000)
src/fns.c

index 17b68f550500b94ef9b2363169dd2ce25e772242..c2732e2342f04e61eb0155ef9991c527b820a98f 100644 (file)
--- 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\
 `recenter', and `quit'.\)\n\
 \n\
 Under a windowing system a dialog box will be used if `last-nonmenu-event'\n\
-is nil.")
+is nil and `use-dialog-box' is non-nil.")
   (prompt)
      Lisp_Object prompt;
 {
@@ -2924,7 +2924,7 @@ The user must confirm the answer with RET,\n\
 and can edit it until it has been confirmed.\n\
 \n\
 Under a windowing system a dialog box will be used if `last-nonmenu-event'\n\
-is nil.")
+is nil, and `use-dialog-box' is non-nil.")
   (prompt)
      Lisp_Object prompt;
 {