summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-21 13:31:30 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-21 13:31:30 +0000
commitd17f5d0a5f97f98c548e18c8eee3d01e4d0b0c0a (patch)
tree4b75dacc3beb14148fe434180e323ae3bafd43be /src/fns.c
parentd22426e187a1429b47ad7a175c7e5041c01309a8 (diff)
downloademacs-d17f5d0a5f97f98c548e18c8eee3d01e4d0b0c0a.tar.gz
(Fchar_table_range): Fix spellings.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 792f94189d1..7365aa05e79 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2546,7 +2546,7 @@ RANGE should be nil (for the default value),
a vector which identifies a character set or a row of a character set,
a character set name, or a character code.
If the characters in the specified range have different values,
-an error is signalled.
+an error is signaled.
Note that this function doesn't check the parent of CHAR-TABLE. */)
(char_table, range)