branch: externals/bug-hunter
commit fbc34db43e075d1f689b012b094e5d912c6d23be
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
[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.