diff options
| author | Richard M. Stallman | 1994-04-17 23:15:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-17 23:15:41 +0000 |
| commit | 2778c642f8e637cf50ad3ff303be6c082a3e91d4 (patch) | |
| tree | 0f1d0220bc54408790d0bc0bf7b2a97ebf482187 | |
| parent | 5a0fd72f90459141bb100754a58b0543f720908c (diff) | |
| download | emacs-2778c642f8e637cf50ad3ff303be6c082a3e91d4.tar.gz emacs-2778c642f8e637cf50ad3ff303be6c082a3e91d4.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/strings.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi index efca7aeea62..1a25085aee7 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi | |||
| @@ -743,12 +743,13 @@ equivalence class (of characters with the same canonical equivalent). | |||
| 743 | @samp{A} into @samp{a}, and likewise for each set of equivalent | 743 | @samp{A} into @samp{a}, and likewise for each set of equivalent |
| 744 | characters.) | 744 | characters.) |
| 745 | 745 | ||
| 746 | When you construct a case table, you can provide @code{nil} for both | 746 | When you construct a case table, you can provide @code{nil} for |
| 747 | @var{canonicalize} and @var{equivalences}. When you specify the case | 747 | @var{canonicalize}; then Emacs fills in this string from @var{upcase} |
| 748 | table for use, Emacs fills in these strings, computing them from | 748 | and @var{downcase}. You can also provide @code{nil} for |
| 749 | @var{upcase} and @var{downcase}. In a case table that is actually in | 749 | @var{equivalences}; then Emacs fills in this string from |
| 750 | use, those components are non-@code{nil}. Do not try to make just one | 750 | @var{canonicalize}. In a case table that is actually in use, those |
| 751 | of these components @code{nil}; that is not meaningful. | 751 | components are non-@code{nil}. Do not try to specify @var{equivalences} |
| 752 | without also specifying @var{canonicalize}. | ||
| 752 | 753 | ||
| 753 | Each buffer has a case table. Emacs also has a @dfn{standard case | 754 | Each buffer has a case table. Emacs also has a @dfn{standard case |
| 754 | table} which is copied into each buffer when you create the buffer. | 755 | table} which is copied into each buffer when you create the buffer. |