diff src/fns.c @ 31773:4359ecec7d76

(Fy_or_n_p, Fyes_or_no_p): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 20 Sep 2000 16:23:27 +0000
parents 3898245f639a
children 15bff87a73d8
line wrap: on
line diff
--- a/src/fns.c	Wed Sep 20 16:14:47 2000 +0000
+++ b/src/fns.c	Wed Sep 20 16:23:27 2000 +0000
@@ -2787,7 +2787,7 @@
 `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 @@
 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;
 {