mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; * lisp/subr.el (use-dialog-box-p): Fix typo.
This commit is contained in:
parent
99f4c17615
commit
4320eebb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -3252,7 +3252,7 @@ character. This is not possible when using `read-key', but using
|
|||
(defvar from--tty-menu-p nil
|
||||
"Non-nil means the current command was invoked from a TTY menu.")
|
||||
(defun use-dialog-box-p ()
|
||||
"Say whether the current command should promp the user via GUI dialog box."
|
||||
"Say whether the current command should prompt the user via a dialog box."
|
||||
(and last-input-event ; not during startup
|
||||
(or (listp last-nonmenu-event) ; invoked by a mouse event
|
||||
from--tty-menu-p) ; invoked via TTY menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue