branch: externals/bug-hunter
commit 8d70f15fbc847d91d458c3a43667a990c9f7a1bc
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Readme
---
README.org | 2 +-
bug-hunter.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index a0e2050..1f34a36 100644
--- a/README.org
+++ b/README.org
@@ -15,7 +15,7 @@
2. If Emacs starts up without errors but something is not working as
it should, invoke the same command, but give it in an assertion:
#+BEGIN_SRC text
- M-x bug-hunter-init-file RET (test-the-misbehaving-feature) RET
+ M-x bug-hunter-init-file RET (when issue-detected t) RET
#+END_SRC
3. You can also use ~bug-hunter-file~ to hunt in other files, or even
diff --git a/bug-hunter.el b/bug-hunter.el
index 0a93b15..ae16a44 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -39,7 +39,7 @@
;; 2. If Emacs starts up without errors but something is not working as
;; it should, invoke the same command, but give it in an assertion:
;; ,----
-;; | M-x bug-hunter-init-file RET (test-the-misbehaving-feature) RET
+;; | M-x bug-hunter-init-file RET (when issue-detected t) RET
;; `----
;;
;; 3. You can also use `bug-hunter-file' to hunt in other files, or even