diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
commit | 3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch) | |
tree | eedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp/international | |
parent | 5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff) | |
download | emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/quail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index bdbf2c07b7a..a29b729dcf0 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2701,7 +2701,7 @@ KEY BINDINGS FOR CONVERSION (put 'quail-decode-map 'char-table-extra-slots 0) -;; Generate a halfly-cooked decode map (char-table) for the current +;; Generate a half-cooked decode map (char-table) for the current ;; Quail map. An element for a character C is a key string or a list ;; of a key strings to type to input C. The lenth of key string is at ;; most 2. If it is 2, more keys may be required to input C. @@ -2974,7 +2974,7 @@ of each directory." (if (not (re-search-forward leim-list-entry-regexp nil t)) nil - ;; Remove garbages after the header. + ;; Remove garbage after the header. (goto-char (match-beginning 0)) (if (< pos (point)) (delete-region pos (point))) |