Mercurial > emacs
changeset 13321:a0437a2c2dd4
(Fset_case_table): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Oct 1995 19:16:24 +0000 |
parents | e0f3a961851a |
children | 336cbb88a1e3 |
files | src/casetab.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/casetab.c Sun Oct 29 19:02:07 1995 +0000 +++ b/src/casetab.c Sun Oct 29 19:16:24 1995 +0000 @@ -83,9 +83,9 @@ DEFUN ("set-case-table", Fset_case_table, Sset_case_table, 1, 1, 0, "Select a new case table for the current buffer.\n\ -A case table is a char-table which maps characters -to their lower-case equivalents. It also has three \"extra\" slots -which may be additional char-tables or nil. +A case table is a char-table which maps characters\n\ +to their lower-case equivalents. It also has three \"extra\" slots\n\ +which may be additional char-tables or nil.\n\ These slots are called UPCASE, CANONICALIZE and EQUIVALENCES.\n\ UPCASE maps each character to its upper-case equivalent;\n\ if lower and upper case characters are in 1-1 correspondence,\n\