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

[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



reply via email to

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