diff options
| author | Juanma Barranquero | 2010-02-14 18:32:16 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-02-14 18:32:16 +0100 |
| commit | 737b5223e1c9521ecd8195185c4dbb3669e5a71c (patch) | |
| tree | eb04df7eb3593cd9b45633848c141ad32f7f6d61 /src | |
| parent | 484eaeac2794fe1e898125d1f6885594823b9406 (diff) | |
| download | emacs-737b5223e1c9521ecd8195185c4dbb3669e5a71c.tar.gz emacs-737b5223e1c9521ecd8195185c4dbb3669e5a71c.zip | |
Fix typos in comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -43,7 +43,7 @@ Lisp_Object Vcode_conversion_map_vector; | |||
| 43 | /* Alist of fontname patterns vs corresponding CCL program. */ | 43 | /* Alist of fontname patterns vs corresponding CCL program. */ |
| 44 | Lisp_Object Vfont_ccl_encoder_alist; | 44 | Lisp_Object Vfont_ccl_encoder_alist; |
| 45 | 45 | ||
| 46 | /* This symbol is a property which assocates with ccl program vector. | 46 | /* This symbol is a property which associates with ccl program vector. |
| 47 | Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */ | 47 | Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */ |
| 48 | Lisp_Object Qccl_program; | 48 | Lisp_Object Qccl_program; |
| 49 | 49 | ||