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

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

[elpa] externals/captain 6481b7eea8: ; Fix typo


From: Stefan Kangas
Subject: [elpa] externals/captain 6481b7eea8: ; Fix typo
Date: Mon, 12 Dec 2022 17:20:51 -0500 (EST)

branch: externals/captain
commit 6481b7eea824a42234d8070d8e26fd04c1e04878
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typo
---
 captain.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/captain.el b/captain.el
index 5f8d205048..5b9bb067f9 100644
--- a/captain.el
+++ b/captain.el
@@ -141,7 +141,7 @@ at which the current function begins.")
            ;; Word bound will only ever be one greater than the sentence bound 
if
            ;; the sentence begins with some sort of punctuation.  Remember, 
spaces
            ;; don’t count, so if we have a sentence starting with "A ball...",
-           ;; ’ball’ wont trigger this, only ’A’.
+           ;; ’ball’ won't trigger this, only ’A’.
            ((eq (car word-bounds) (1+ sentence-start))
             (capitalize-word 1))))))))
 



reply via email to

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