branch: externals/altcaps
commit 7072a174bd8e982c2d0dd0697fe7f0a99a756458
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Mention altcaps-initial-case user option in the Commentary
---
altcaps.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/altcaps.el b/altcaps.el
index 5a880dec6f..961299fe96 100644
--- a/altcaps.el
+++ b/altcaps.el
@@ -55,6 +55,10 @@
;; `altcaps-region'. Else invoke `altcaps-word' with optional NUM,
;; per that command's functionality (read its documentation).
;;
+;; The user option `altcaps-initial-case' controls whether to start
+;; with a lower or upper case letter and then to alternate between
+;; them.
+;;
;; The user option `altcaps-force-character-casing' forces the given
;; letter casing for specified characters. Its value is an alist of
;; (STRING . CASE) pairs. STRING is a single character string, while