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

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

[elpa] externals/bug-hunter 8d70f15 16/95: Readme


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter 8d70f15 16/95: Readme
Date: Fri, 27 Nov 2020 22:06:48 -0500 (EST)

branch: externals/bug-hunter
commit 8d70f15fbc847d91d458c3a43667a990c9f7a1bc
Author: Artur Malabarba <bruce.connor.am@gmail.com>
Commit: Artur Malabarba <bruce.connor.am@gmail.com>

    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



reply via email to

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