# HG changeset patch # User Gerd Moellmann # Date 969467007 0 # Node ID 4359ecec7d76c65d576e8a5ab6bc3b6caa3e5be5 # Parent 2d2c0153a04d3745a7b5db4417e6dde42f8931d9 (Fy_or_n_p, Fyes_or_no_p): Doc fix. diff -r 2d2c0153a04d -r 4359ecec7d76 src/fns.c --- 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; {