diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
commit | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (patch) | |
tree | 0eeaf52c6c802c1ac20b70b917927788f94500e3 /lisp/international | |
parent | ad1746f5db1b4c52da8d7bdc52359d6b0a5a5e24 (diff) | |
download | emacs-51e4f4a88de94846f6b44b3e11496c7b67aa2f5e.tar.gz |
Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/ccl.el | 2 | ||||
-rw-r--r-- | lisp/international/fontset.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index 09510cd8b00..4dc54859ec5 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el @@ -1437,7 +1437,7 @@ OPERATOR := ;; Normal arithmethic operators (same meaning as C code). + | - | * | / | % - ;; Bitwize operators (same meaning as C code) + ;; Bitwise operators (same meaning as C code) | & | `|' | ^ ;; Shifting operators (same meaning as C code) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index ecb2088de89..1a5823826dd 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -700,7 +700,7 @@ Internal use only. Should be called at startup time." ;; "HP-Hebrew8" [36] ;; HPHEBREW8 8-bit character set ;; "HP-Japanese15" [36] -;; HPJAPAN15 15-bit characer set, +;; HPJAPAN15 15-bit character set, ;; modified from industry defacto ;; standard Shift-JIS ;; "HP-Kana8" [36] |