emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4320eebb4a: ; * lisp/subr.el (use-dialog-box-p): Fix typo.


From: Eli Zaretskii
Subject: master 4320eebb4a: ; * lisp/subr.el (use-dialog-box-p): Fix typo.
Date: Sat, 29 Jan 2022 12:19:12 -0500 (EST)

branch: master
commit 4320eebb4a90e563978b260ebd55da2234dbbc1c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/subr.el (use-dialog-box-p): Fix typo.
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index f307b2d4e2..fccd75361b 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]