summaryrefslogtreecommitdiff
path: root/lisp/international/characters.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-02-16 09:17:45 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-02-16 09:18:21 -0800
commitcb70725584a754a491ddad82c42278f17c714a2f (patch)
treeb5ad6679f60932e516cb4769d878f37ec9814780 /lisp/international/characters.el
parent0b544b676473dedf34c6cb6a3315bec1f42d7162 (diff)
downloademacs-cb70725584a754a491ddad82c42278f17c714a2f.tar.gz
; Spelling, punctuation and minor wording fixes
Diffstat (limited to 'lisp/international/characters.el')
-rw-r--r--lisp/international/characters.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index b2c0e39741a..9e993e7060a 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -675,10 +675,10 @@ with L, LRE, or LRO Unicode bidi character type.")
(unicode-property-table-internal 'general-category))
;; Ⅰ through Ⅻ had word syntax in the past so set it here as well.
- ;; General category of those characers is Number, Letter.
+ ;; The general category of those characters is Number, Letter.
(modify-syntax-entry '(#x2160 . #x216b) "w " syn-tab)
- ;; ⓐ thourgh ⓩ are symbols, other according to Unicode but Emacs set
+ ;; ⓐ through ⓩ are symbols, other according to Unicode but Emacs set
;; their syntax to word in the past so keep backwards compatibility.
(modify-syntax-entry '(#x24D0 . #x24E9) "w " syn-tab))