summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
commitd5081c1ed8e0dd509007b7a617d2640686e91f75 (patch)
tree5937286793780defc1108b003ffb3157ad788d95 /lisp/international
parentc6ab4664a6078ad91af0a61583734d99ba5569f7 (diff)
downloademacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.gz
emacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.bz2
emacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.zip
Spelling fixes.
* calc/calc-yank.el (calc-edit-mode, calc-edit-cancel): * emacs-lisp/debug.el (cancel-debug-on-entry): * epg.el (epg-error-to-string): * files.el (recover-file): * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): * mail/emacsbug.el (report-emacs-bug-hook): * mail/sendmail.el (mail-recover): * ses.el (ses-yank-resize): * term/ns-win.el (ns-print-buffer): Spelling fixes in diagnostics, mostly for "canceled" with one L. * epg.el (epg-key-capability-alist): Rename from misspelled version. All uses changed. * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/characters.el2
-rw-r--r--lisp/international/ucs-normalize.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index 9b02f8946fc..2b656375ca2 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -1094,7 +1094,7 @@ with L, LRE, or LRO Unicode bidi character type.")
;; (LOCALE TABLE (CHARSET (FROM-CODE . TO-CODE) ...) ...)
;; LOCALE: locale symbol
;; TABLE: char-table used for char-width-table, initially nil.
-;; CAHRSET: character set
+;; CHARSET: character set
;; FROM-CODE, TO-CODE: range of code-points in CHARSET
(defvar cjk-char-width-table-list
diff --git a/lisp/international/ucs-normalize.el b/lisp/international/ucs-normalize.el
index 6d13c9004c5..166e5945af6 100644
--- a/lisp/international/ucs-normalize.el
+++ b/lisp/international/ucs-normalize.el
@@ -131,7 +131,7 @@
This list is taken from
http://www.unicode.org/Public/UNIDATA/5.2/CompositionExclusions.txt")
- ;; Unicode ranges that decompositions & combinings are defined.
+ ;; Unicode ranges that decompositions & combining characters are defined.
(defvar check-range nil)
(setq check-range '((#x00a0 . #x3400) (#xA600 . #xAC00) (#xF900 . #x110ff) (#x1d000 . #x1dfff) (#x1f100 . #x1f2ff) (#x2f800 . #x2faff)))