mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 18:00:40 -08:00
(Fy_or_n_p, Fyes_or_no_p): Doc fix.
This commit is contained in:
parent
e2f2ee7420
commit
cd234430cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue