branch: externals/bug-hunter
commit afb4bb135ddcb6513da0f174db1fa7f4775c0158
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Fix #14 - Explain what to do if you encounter another issue
---
bug-hunter.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bug-hunter.el b/bug-hunter.el
index 0df8c4e..4246466 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -288,7 +288,7 @@ ARGS are passed before \"-l FILE\"."
(unwind-protect
(bug-hunter--run-emacs file-name "-Q")
(delete-file file-name))
- (y-or-n-p "Did you find the problem/bug in this instance? ")))
+ (y-or-n-p "Did you find the problem/bug in this instance (if you encounter
some other issue, answer `n')? ")))
(defun bug-hunter--wrap-forms-for-eval (forms)
"Return FORMS wrapped in initialization code."