aboutsummaryrefslogtreecommitdiffstats
path: root/src/casetab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/casetab.c')
-rw-r--r--src/casetab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/casetab.c b/src/casetab.c
index 3433b313c03..dbc72f485f7 100644
--- a/src/casetab.c
+++ b/src/casetab.c
@@ -1,5 +1,5 @@
1/* GNU Emacs routines to deal with case tables. 1/* GNU Emacs routines to deal with case tables.
2 Copyright (C) 1993-1994, 2001-2011 Free Software Foundation, Inc. 2 Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc.
3 3
4Author: Howard Gayle 4Author: Howard Gayle
5 5
@@ -95,7 +95,7 @@ CANONICALIZE maps each character to a canonical equivalent;
95 any two characters that are related by case-conversion have the same 95 any two characters that are related by case-conversion have the same
96 canonical equivalent character; it may be nil, in which case it is 96 canonical equivalent character; it may be nil, in which case it is
97 deduced from DOWNCASE and UPCASE. 97 deduced from DOWNCASE and UPCASE.
98EQUIVALENCES is a map that cyclicly permutes each equivalence class 98EQUIVALENCES is a map that cyclically permutes each equivalence class
99 (of characters with the same canonical equivalent); it may be nil, 99 (of characters with the same canonical equivalent); it may be nil,
100 in which case it is deduced from CANONICALIZE. */) 100 in which case it is deduced from CANONICALIZE. */)
101 (Lisp_Object table) 101 (Lisp_Object table)