]> git.eshelyaron.com Git - emacs.git/commit
Fix 'use-dialog-box-p' and friends
authorEli Zaretskii <eliz@gnu.org>
Tue, 23 May 2023 14:44:23 +0000 (17:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 23 May 2023 14:44:23 +0000 (17:44 +0300)
commit5aadb87d6f6e3d9d755d4b6f6d124040c1bcfeee
treeefaecc837f55fdd1be6a87782e12642b17496e46
parent0abb79ca09a9d0118e2bae7a4d00cd8f8a537795
Fix 'use-dialog-box-p' and friends

* lisp/subr.el (use-dialog-box-p): Use dialog boxes also when
invoked from some window-system gesture.  (Bug#63655)
(y-or-n-p): Fix the description in the doc string of conditions
under which a dialog box will be used.

* src/fns.c (Fyes_or_no_p): Use the same condition for dialog
boxes as in 'use-dialog-box-p'.  Fix the description in the doc
string of conditions under which a dialog box will be used.

* doc/lispref/minibuf.texi (Multiple Queries, Yes-or-No Queries):
Fix the description of conditions under which a dialog box will be
used.
doc/lispref/minibuf.texi
lisp/subr.el
src/fns.c