branch: externals/urgrep commit c97985820d1d30a3806e9a48ccbed17dd987e9b0 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Minor typographical fixes --- urgrep-tests.el | 2 +- urgrep.el | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/urgrep-tests.el b/urgrep-tests.el index 6c2e550126..f2518926f5 100644 --- a/urgrep-tests.el +++ b/urgrep-tests.el @@ -1,4 +1,4 @@ -;;; urgrep-test.el --- Tests for urgrep -*- lexical-binding: t -*- +;;; urgrep-tests.el --- Tests for urgrep -*- lexical-binding: t -*- ;; Copyright (C) 2021 Jim Porter diff --git a/urgrep.el b/urgrep.el index 0e5db64897..b0f9c43d28 100644 --- a/urgrep.el +++ b/urgrep.el @@ -923,5 +923,4 @@ to edit the command before running it." (urgrep--start command command tool))) (provide 'urgrep) - ;;; urgrep.el ends here