diff options
| author | Juanma Barranquero | 2005-06-21 13:31:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 13:31:30 +0000 |
| commit | d17f5d0a5f97f98c548e18c8eee3d01e4d0b0c0a (patch) | |
| tree | 4b75dacc3beb14148fe434180e323ae3bafd43be /src/fns.c | |
| parent | d22426e187a1429b47ad7a175c7e5041c01309a8 (diff) | |
| download | emacs-d17f5d0a5f97f98c548e18c8eee3d01e4d0b0c0a.tar.gz emacs-d17f5d0a5f97f98c548e18c8eee3d01e4d0b0c0a.zip | |
(Fchar_table_range): Fix spellings.
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2546,7 +2546,7 @@ 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) |