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

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

[nongnu] elpa/reformatter 2b2785557a 15/81: Clearer documentation


From: ELPA Syncer
Subject: [nongnu] elpa/reformatter 2b2785557a 15/81: Clearer documentation
Date: Tue, 5 Sep 2023 04:03:33 -0400 (EDT)

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

    Clearer documentation
---
 README.md      | 8 ++++----
 reformatter.el | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 23e83ec5ff..33830ecb65 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@
 
 # Define commands which run reformatters on the current Emacs buffer
 
-This library allows elisp authors to easily provide an idiomatic
-command to reformat the current buffer using a command-line program,
-together with an optional minor mode which can apply this command
-automatically on save.
+This library lets elisp authors easily define an idiomatic command to
+reformat the current buffer using a command-line program, together
+with an optional minor mode which can apply this command automatically
+on save.
 
 In its initial release it supports only reformatters which can read
 from stdin and write to stdout, but a more versatile interface will
diff --git a/reformatter.el b/reformatter.el
index 9f31c78ec4..c4fceeed1d 100644
--- a/reformatter.el
+++ b/reformatter.el
@@ -23,10 +23,10 @@
 
 ;;; Commentary:
 
-;; This library allows elisp authors to easily provide an idiomatic
-;; command to reformat the current buffer using a command-line
-;; program, together with an optional minor mode which can apply this
-;; command automatically on save.
+;; This library lets elisp authors easily define an idiomatic command
+;; to reformat the current buffer using a command-line program,
+;; together with an optional minor mode which can apply this command
+;; automatically on save.
 
 ;; In its initial release it supports only reformatters which read
 ;; from stdin and write to stdout, but a more versatile interface will



reply via email to

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