comparison src/fns.c @ 63616:82cc187b753d

(Fchar_table_range): Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 13:31:30 +0000
parents d34f50416edf
children a8fa7c632ee4 b7da78284d4c
comparison
equal deleted inserted replaced
63615:be4c8c1258c1 63616:82cc187b753d
2544 doc: /* Return the value in CHAR-TABLE for a range of characters RANGE. 2544 doc: /* Return the value in CHAR-TABLE for a range of characters RANGE.
2545 RANGE should be nil (for the default value), 2545 RANGE should be nil (for the default value),
2546 a vector which identifies a character set or a row of a character set, 2546 a vector which identifies a character set or a row of a character set,
2547 a character set name, or a character code. 2547 a character set name, or a character code.
2548 If the characters in the specified range have different values, 2548 If the characters in the specified range have different values,
2549 an error is signalled. 2549 an error is signaled.
2550 2550
2551 Note that this function doesn't check the parent of CHAR-TABLE. */) 2551 Note that this function doesn't check the parent of CHAR-TABLE. */)
2552 (char_table, range) 2552 (char_table, range)
2553 Lisp_Object char_table, range; 2553 Lisp_Object char_table, range;
2554 { 2554 {