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

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

[nongnu] elpa/reformatter 8eec55689a 13/81: Doc clarification


From: ELPA Syncer
Subject: [nongnu] elpa/reformatter 8eec55689a 13/81: Doc clarification
Date: Tue, 5 Sep 2023 04:03:33 -0400 (EDT)

branch: elpa/reformatter
commit 8eec55689a265b2c695d620b87b1783099aabb11
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Doc clarification
---
 README.md      | 2 +-
 reformatter.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0c7e04f726..23e83ec5ff 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ dhall executable:
 ```
 
 The `reformatter-define` macro expands to code which generates both
-the `dhall-format` interactive command and a local minor mode called
+a `dhall-format` interactive command and a local minor mode called
 `dhall-format-on-save-mode`. The `:args` and `:program` expressions
 will be evaluated at runtime, so they can refer to variables that may
 (later) have a buffer-local value. A custom variable will be generated
diff --git a/reformatter.el b/reformatter.el
index 6ec42a459d..4d86d03039 100644
--- a/reformatter.el
+++ b/reformatter.el
@@ -42,7 +42,7 @@
 ;;       :args '("format"))
 
 ;; The `reformatter-define' macro expands to code which generates both
-;; the `dhall-format' interactive command and a local minor mode
+;; a `dhall-format' interactive command and a local minor mode
 ;; called `dhall-format-on-save-mode'.  The :args" and :program
 ;; expressions will be evaluated at runtime, so they can refer to
 ;; variables that may (later) have a buffer-local value.  A custom



reply via email to

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