comparison src/casetab.c @ 13321:a0437a2c2dd4

(Fset_case_table): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Oct 1995 19:16:24 +0000
parents a09ec2a2f6dd
children d090a0a25ac8
comparison
equal deleted inserted replaced
13320:e0f3a961851a 13321:a0437a2c2dd4
81 81
82 static Lisp_Object set_case_table (); 82 static Lisp_Object set_case_table ();
83 83
84 DEFUN ("set-case-table", Fset_case_table, Sset_case_table, 1, 1, 0, 84 DEFUN ("set-case-table", Fset_case_table, Sset_case_table, 1, 1, 0,
85 "Select a new case table for the current buffer.\n\ 85 "Select a new case table for the current buffer.\n\
86 A case table is a char-table which maps characters 86 A case table is a char-table which maps characters\n\
87 to their lower-case equivalents. It also has three \"extra\" slots 87 to their lower-case equivalents. It also has three \"extra\" slots\n\
88 which may be additional char-tables or nil. 88 which may be additional char-tables or nil.\n\
89 These slots are called UPCASE, CANONICALIZE and EQUIVALENCES.\n\ 89 These slots are called UPCASE, CANONICALIZE and EQUIVALENCES.\n\
90 UPCASE maps each character to its upper-case equivalent;\n\ 90 UPCASE maps each character to its upper-case equivalent;\n\
91 if lower and upper case characters are in 1-1 correspondence,\n\ 91 if lower and upper case characters are in 1-1 correspondence,\n\
92 you may use nil and the upcase table will be deduced from DOWNCASE.\n\ 92 you may use nil and the upcase table will be deduced from DOWNCASE.\n\
93 CANONICALIZE maps each character to a canonical equivalent;\n\ 93 CANONICALIZE maps each character to a canonical equivalent;\n\