branch: elpa/why-this commit 9f656b59ddd24854357c9782a671b92fdec41933 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
Change package summary --- README.org | 2 +- why-this.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 9040d50b29..b31301f26a 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -#+title: why-this - Why the current line contains this? +#+title: why-this - Why is this line here? Ask version control ~why-this~ shows why the current line was changed on the right side of line. It can also show editing history with heat map. diff --git a/why-this.el b/why-this.el index fd02ef843e..f17bd9019a 100644 --- a/why-this.el +++ b/why-this.el @@ -1,4 +1,4 @@ -;;; why-this.el --- Show why the current line contains this -*- lexical-binding: t -*- +;;; why-this.el --- Why is this line here? Ask version control -*- lexical-binding: t -*- ;; Copyright (C) 2022 Akib Azmain Turja.