branch: externals/altcaps commit cba53b07faa8d05708f5d6d99eb58ce6beef401f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use "lowercase" in docs, not "lower case" --- README.org | 4 ++-- altcaps.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index ae3cb30eb5..5179bca8ab 100644 --- a/README.org +++ b/README.org @@ -117,8 +117,8 @@ the default altcaps algorithm produces this: : iLlIcIt IlLiBeRaL sIlLiNeSs -Whereas if the value of this variable declares =i= to always be lower -case and =L= uppercase, then we get this: +Whereas if the value of this variable declares =i= to always be +lowercase and =L= uppercase, then we get this: : iLLiCiT iLLiBeRaL siLLiNeSs diff --git a/altcaps.el b/altcaps.el index dfb80f23ad..ce7d476edc 100644 --- a/altcaps.el +++ b/altcaps.el @@ -69,7 +69,7 @@ ;; iLlIcIt IlLiBeRaL sIlLiNeSs ;; ;; Whereas if the value of this variable declares `i' to always be -;; lower case and `L' uppercase, then we get this: +;; lowercase and `L' uppercase, then we get this: ;; ;; iLLiCiT iLLiBeRaL siLLiNeSs ;; @@ -112,7 +112,7 @@ example, the default altcaps algorithm produces this: iLlIcIt IlLiBeRaL sIlLiNeSs Whereas if the value of this variable declares `i' to always be -lower case and `L' uppercase, then we get this (check the manual +lowercase and `L' uppercase, then we get this (check the manual for a code sample): iLLiCiT iLLiBeRaL siLLiNeSs