branch: externals/dtache commit 051968ec99b3da3d6371e55c55fc01d828626c2b Author: Niklas Eklund <niklas.ekl...@zenseact.com> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update dtache extension headers --- dtache-compile.el | 4 ++-- dtache-eshell.el | 4 ++-- dtache-shell.el | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dtache-compile.el b/dtache-compile.el index 1d674ae5f1..8ddea2e6ba 100644 --- a/dtache-compile.el +++ b/dtache-compile.el @@ -1,4 +1,4 @@ -;;; dtache-compile.el --- Dtache integration with compile -*- lexical-binding: t -*- +;;; dtache-compile.el --- Dtache integration for compile -*- lexical-binding: t -*- ;; Copyright (C) 2022 Niklas Eklund ;; This file is not part of GNU Emacs. @@ -18,7 +18,7 @@ ;;; Commentary: -;; This package integrates `dtache' with `compile'. +;; This is a `dtache' extension which provides integration for `compile'. ;;; Code: diff --git a/dtache-eshell.el b/dtache-eshell.el index 9e8e0bf377..0205dac926 100644 --- a/dtache-eshell.el +++ b/dtache-eshell.el @@ -1,4 +1,4 @@ -;;; dtache-eshell.el --- Dtache integration in eshell -*- lexical-binding: t -*- +;;; dtache-eshell.el --- Dtache integration for eshell -*- lexical-binding: t -*- ;; Copyright (C) 2021-2022 Niklas Eklund @@ -19,7 +19,7 @@ ;;; Commentary: -;; This package provides integration of `dtache' in `eshell'. +;; This is a `dtache' extension which provides integration for `eshell'. ;;; Code: diff --git a/dtache-shell.el b/dtache-shell.el index b2409ca4cc..2feadd99d4 100644 --- a/dtache-shell.el +++ b/dtache-shell.el @@ -1,4 +1,4 @@ -;;; dtache-shell.el --- Dtache integration in shell -*- lexical-binding: t -*- +;;; dtache-shell.el --- Dtache integration for shell -*- lexical-binding: t -*- ;; Copyright (C) 2020-2022 Niklas Eklund @@ -19,7 +19,7 @@ ;;; Commentary: -;; This package provides integration of `dtache' in `shell'. +;; This is a `dtache' extension which provides integration for `shell'. ;;; Code: