diff options
| author | Richard M. Stallman | 1995-10-29 19:16:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-29 19:16:24 +0000 |
| commit | c7608f45491469cc88a12eb7f8a743be78ccee49 (patch) | |
| tree | 0c5b6c869769316caabd08fe03801b7a0b1c19da /src | |
| parent | 290c8f1ebaa7a2b832ad11640fd36671cbb145fd (diff) | |
| download | emacs-c7608f45491469cc88a12eb7f8a743be78ccee49.tar.gz emacs-c7608f45491469cc88a12eb7f8a743be78ccee49.zip | |
(Fset_case_table): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/casetab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/casetab.c b/src/casetab.c index c24fd05805e..70545df5647 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -83,9 +83,9 @@ 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\ |