aboutsummaryrefslogtreecommitdiffstats
path: root/src/chartab.c
diff options
context:
space:
mode:
authorJuanma Barranquero2008-11-11 08:41:18 +0000
committerJuanma Barranquero2008-11-11 08:41:18 +0000
commit60612c8fd34d0401463d8bac20259de82f086e7f (patch)
tree64f59fdd3cf8d7efae10fdf5c5496732f6738076 /src/chartab.c
parent53a8f9dba08ffb542597d086fa06ee03d4aedc42 (diff)
downloademacs-60612c8fd34d0401463d8bac20259de82f086e7f.tar.gz
emacs-60612c8fd34d0401463d8bac20259de82f086e7f.zip
Fix typos.
Diffstat (limited to 'src/chartab.c')
-rw-r--r--src/chartab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartab.c b/src/chartab.c
index eb56fcf4194..14a726049ea 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -981,7 +981,7 @@ map_sub_char_table_for_charset (c_function, function, table, arg, range,
981 981
982 982
983/* Support function for `map-charset-chars'. Map C_FUNCTION or 983/* Support function for `map-charset-chars'. Map C_FUNCTION or
984 FUNCTION over TABLE, calling it for each cahracter or a group of 984 FUNCTION over TABLE, calling it for each character or a group of
985 succeeding characters that have non-nil value in TABLE. TABLE is a 985 succeeding characters that have non-nil value in TABLE. TABLE is a
986 "mapping table" or a "deunifier table" of a certain charset. 986 "mapping table" or a "deunifier table" of a certain charset.
987 987