diff options
Diffstat (limited to 'src/casetab.c')
-rw-r--r-- | src/casetab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/casetab.c b/src/casetab.c index 64e47859d9b..8778048072c 100644 --- a/src/casetab.c +++ b/src/casetab.c @@ -95,7 +95,7 @@ CANONICALIZE maps each character to a canonical equivalent; any two characters that are related by case-conversion have the same canonical equivalent character; it may be nil, in which case it is deduced from DOWNCASE and UPCASE. -EQUIVALENCES is a map that cyclicly permutes each equivalence class +EQUIVALENCES is a map that cyclically permutes each equivalence class (of characters with the same canonical equivalent); it may be nil, in which case it is deduced from CANONICALIZE. */) (Lisp_Object table) |