]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (use-dialog-box-p): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2022 17:18:26 +0000 (19:18 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2022 17:18:26 +0000 (19:18 +0200)
lisp/subr.el

index f307b2d4e25920f589249e71368f9c78a2f4dce8..fccd75361bdba32ff782f5a337d627f932cc4ee0 100644 (file)
@@ -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