]> git.eshelyaron.com Git - emacs.git/commitdiff
Clear misleading message in help-quit-or-quick
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 16 Oct 2022 09:52:56 +0000 (11:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 16 Oct 2022 09:53:03 +0000 (11:53 +0200)
* lisp/help.el (help-quit-or-quick): Clear misleading message
(bug#58542).

lisp/help.el

index 3f5e57d7d5f1975529568348762999cffafb4e3b..1cfd044db8c6a39218177e286e2d1fbdcbd6819d 100644 (file)
@@ -259,7 +259,10 @@ buffer.")
     ;;        help command loop.
     (help-quit))
    ((and-let* ((window (get-buffer-window "*Quick Help*")))
-      (quit-window t window)))
+      (quit-window t window)
+      ;; Clear the message we may have gotten from `C-h' and then
+      ;; waiting before hitting `q'.
+      (message "")))
    ((help-quick))))
 
 (defvar help-return-method nil