emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/bug-hunter 6e66ec3 78/95: Add missing word in user prom


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter 6e66ec3 78/95: Add missing word in user prompt.
Date: Fri, 27 Nov 2020 22:07:00 -0500 (EST)

branch: externals/bug-hunter
commit 6e66ec37ab62f3900d50918e64127284be78ad6e
Author: Ivan Malison <imalison@uber.com>
Commit: Ivan Malison <imalison@uber.com>

    Add missing word in user prompt.
---
 bug-hunter.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bug-hunter.el b/bug-hunter.el
index 0538ac6..9cdb4f6 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -393,7 +393,7 @@ are evaluated."
     ;; Prepare buffer, and make sure they've seen it.
     (switch-to-buffer (bug-hunter--init-report-buffer assertion 
bug-hunter--estimate))
     (when (eq assertion 'interactive)
-      (read-char-choice "Please the instructions above and type 6 when ready. 
" '(?6)))
+      (read-char-choice "Please read the instructions above and type 6 when 
ready. " '(?6)))
 
     (cond
      ;; Check for errors when reading the init file.



reply via email to

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