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

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

[elpa] externals/altcaps a23f3d61d5 2/2: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/altcaps a23f3d61d5 2/2: Fix typos
Date: Sat, 26 Nov 2022 06:57:18 -0500 (EST)

branch: externals/altcaps
commit a23f3d61d51fb92cdbce22f529e6ce142a8af87d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix typos
---
 README.org | 5 +++--
 altcaps.el | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index d0f52e0a99..fa06e40492 100644
--- a/README.org
+++ b/README.org
@@ -92,8 +92,9 @@ Use any of the following commands to achieve the desired 
results:
 #+findex: altcaps-region
 - ~altcaps-region~ :: Convert region words between =BEG= and =END= to
   alternating case.  =BEG= and =END= are buffer positions.  When
-  called interactively, these are automatically determined as active
-  region's boundaries, else the space between ~mark~ and ~point~.
+  called interactively, these are automatically determined as the
+  active region's boundaries, else the space between ~mark~ and
+  ~point~.
 
 #+findex: altcaps-dwim
 - ~altcaps-dwim~ :: Convert to alternating letter casing
diff --git a/altcaps.el b/altcaps.el
index c6f5504714..cceccd7dc8 100644
--- a/altcaps.el
+++ b/altcaps.el
@@ -48,7 +48,7 @@
 ;;
 ;; - `altcaps-region' :: Convert region words between BEG and END to
 ;;   alternating case.  BEG and END are buffer positions.  When called
-;;   interactively, these are automatically determined as active
+;;   interactively, these are automatically determined as the active
 ;;   region's boundaries, else the space between `mark' and `point'.
 ;;
 ;; - `altcaps-dwim' :: Convert to alternating letter casing



reply via email to

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