branch: externals/altcaps
commit a23f3d61d51fb92cdbce22f529e6ce142a8af87d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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