[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/altcaps 6387f0483f 08/10: Update package Commentary in
From: |
ELPA Syncer |
Subject: |
[elpa] externals/altcaps 6387f0483f 08/10: Update package Commentary in accordance with commit c5fc696 |
Date: |
Fri, 22 Sep 2023 12:57:26 -0400 (EDT) |
branch: externals/altcaps
commit 6387f0483f0caa0abacb2a8d279234b5b82d3169
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Update package Commentary in accordance with commit c5fc696
---
altcaps.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/altcaps.el b/altcaps.el
index ed077edb8f..9692824d5e 100644
--- a/altcaps.el
+++ b/altcaps.el
@@ -58,9 +58,9 @@
;;
;; The user option `altcaps-force-character-casing' forces the given
;; letter casing for specified characters. Its value is an alist of
-;; (CHARACTER . CASE) pairs. CHARACTER is a single character
-;; (satisfies the `characterp' condition), while CASE is the `upcase'
-;; or `downcase' symbol (code sample further below).
+;; (STRING . CASE) pairs. STRING is a single character string, while
+;; CASE is the `upcase' or `downcase' symbol (code sample further
+;; below).
;;
;; The idea is to always render certain characters in lower or upper
;; case, in consideration of their legibility in context. For
@@ -76,8 +76,8 @@
;; The code to do this:
;;
;; (setq altcaps-force-character-casing
-;; '((?i . downcase)
-;; (?l . upcase)))
+;; '(("i" . downcase)
+;; ("l" . upcase)))
;;
;; Backronyms of ALTCAPS: Alternating Letters Transform Casual Asides
;; to Playful Statements. ALTCAPS Lets Trolls Convert Aphorisms to
- [elpa] externals/altcaps updated (61e7bc7d55 -> aee1fb74ac), ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps 153329a7c8 09/10: Update to altcaps version 1.2.0, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps aee1fb74ac 10/10: Clarify statement in the README, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps 5c52ae6f7c 01/10: Do not use vectors and characters in altcaps-transform, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps 6387f0483f 08/10: Update package Commentary in accordance with commit c5fc696,
ELPA Syncer <=
- [elpa] externals/altcaps 896b1ea91e 04/10: Clarify that altcaps-transform enforces altcaps-force-character-casing, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps 885003e6b9 03/10: Remove outdated reference from the manual, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps 2643e7b123 07/10: Update link to mailing list, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps 75bbe67959 06/10: Update wording in README.md, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps c5fc696916 05/10: BREAKING make altcaps-force-character-casing value be a string, not character, ELPA Syncer, 2023/09/22
- [elpa] externals/altcaps ecc9003385 02/10: Deprecate 'altcaps-replace'; change it to 'altcaps-replace-region', ELPA Syncer, 2023/09/22