changeset 66334:1bd74e01cf90

(Fset_case_table): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Oct 2005 17:26:32 +0000
parents 087e7eef40d2
children 781c3e37424c
files src/casetab.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/casetab.c	Sun Oct 23 17:25:43 2005 +0000
+++ b/src/casetab.c	Sun Oct 23 17:26:32 2005 +0000
@@ -97,8 +97,9 @@
 to their lower-case equivalents.  It also has three \"extra\" slots
 which may be additional char-tables or nil.
 These slots are called UPCASE, CANONICALIZE and EQUIVALENCES.
-UPCASE maps each character to its upper-case equivalent;
- if lower and upper case characters are in 1-1 correspondence,
+UPCASE maps each non-upper-case character to its upper-case equivalent.
+ (The value in UPCASE for an upper-case character is never used.)
+ If lower and upper case characters are in 1-1 correspondence,
  you may use nil and the upcase table will be deduced from DOWNCASE.
 CANONICALIZE maps each character to a canonical equivalent;
  any two characters that are related by case-conversion have the same