comparison src/charset.c @ 102454:1c91e99dcfe7

Fix typos in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 09 Mar 2009 08:36:54 +0000
parents d05149e3855d
children b9092d75665a
comparison
equal deleted inserted replaced
102453:c861e9f4fc71 102454:1c91e99dcfe7
491 The returned vector has this form: 491 The returned vector has this form:
492 [ CODE1 CHAR1 CODE2 CHAR2 .... ] 492 [ CODE1 CHAR1 CODE2 CHAR2 .... ]
493 where CODE1 is a code-point or a cons of code-points specifying a 493 where CODE1 is a code-point or a cons of code-points specifying a
494 range. 494 range.
495 495
496 Note that this funciton uses `openp' to open MAPFILE but ignores 496 Note that this function uses `openp' to open MAPFILE but ignores
497 `file-name-handler-alist to avoid running any Lisp codes. */ 497 `file-name-handler-alist' to avoid running any Lisp code. */
498 498
499 extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); 499 extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object));
500 500
501 static void 501 static void
502 load_charset_map_from_file (charset, mapfile, control_flag) 502 load_charset_map_from_file (charset, mapfile, control_flag)