branch: externals/captain commit 6481b7eea824a42234d8070d8e26fd04c1e04878 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@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))))))))