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

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

[elpa] externals/bug-hunter fbc34db 84/95: [Fix #12] Mention bisecting a


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter fbc34db 84/95: [Fix #12] Mention bisecting and debugging in the Readme
Date: Fri, 27 Nov 2020 22:07:02 -0500 (EST)

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

    [Fix #12] Mention bisecting and debugging in the Readme
    
    Hopefully that will make it easier to find with search engines.
---
 README.org    | 1 +
 bug-hunter.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 78c622e..d8c9463 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,7 @@
 #+OPTIONS: toc:nil num:nil
 #+TITLE: [[file:hunter.png]] The Bug Hunter 
[[https://travis-ci.org/Malabarba/elisp-bug-hunter][file:https://travis-ci.org/Malabarba/elisp-bug-hunter.svg?branch=master]]
 
+/Automatically debug and bisect your init (.emacs) file!/
 
 The Bug Hunter is an Emacs library that finds the source of an error
 or unexpected behavior inside an elisp configuration file (typically
diff --git a/bug-hunter.el b/bug-hunter.el
index 559a5f2..67bb5a0 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -1,4 +1,4 @@
-;;; bug-hunter.el --- Hunt down errors in elisp files  -*- lexical-binding: t; 
-*-
+;;; bug-hunter.el --- Hunt down errors by bisecting elisp files  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 



reply via email to

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