diff options
-rw-r--r-- | thogai.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -391,8 +391,8 @@ External callers should always pass nil as the value." thogai-capitalize-next-word nil thogai-glue nil thogai-uncapitalize-next-word nil)) - ;; Period, question mark or exclamation mark - ((or "{.}" "{?}" "{!}") + ;; Period, comma, colon, question mark or exclamation mark + ((or "{.}" "{,}" "{:}" "{?}" "{!}") (insert (string-remove-prefix "{" (string-remove-suffix "}" translation))) (insert " ") (setq thogai-capitalize-next-word t)) |