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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/altcaps cef4116052 1/3: Fix typo in doc string


From: ELPA Syncer
Subject: [elpa] externals/altcaps cef4116052 1/3: Fix typo in doc string
Date: Wed, 26 Jul 2023 03:57:20 -0400 (EDT)

branch: externals/altcaps
commit cef4116052c9e56d42c7688349e34939d5e47b53
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix typo in doc string
---
 altcaps.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/altcaps.el b/altcaps.el
index 32ed041050..daf4450787 100644
--- a/altcaps.el
+++ b/altcaps.el
@@ -149,7 +149,7 @@ that disambiguates characters.)"
     (concat (reverse chars))))
 
 (defun altcaps-replace (string &optional start)
-  "Convert STRING n buffer to alternating letter casing.
+  "Convert STRING in buffer to alternating letter casing.
 With optional START, use it as a buffer position whence to make
 the replacement."
   (when start (goto-char start))



reply via email to

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