diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /src/casetab.c | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'src/casetab.c')
| -rw-r--r-- | src/casetab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/casetab.c b/src/casetab.c index 3433b313c03..dbc72f485f7 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* GNU Emacs routines to deal with case tables. | 1 | /* GNU Emacs routines to deal with case tables. |
| 2 | Copyright (C) 1993-1994, 2001-2011 Free Software Foundation, Inc. | 2 | Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Howard Gayle | 4 | Author: Howard Gayle |
| 5 | 5 | ||
| @@ -95,7 +95,7 @@ CANONICALIZE maps each character to a canonical equivalent; | |||
| 95 | any two characters that are related by case-conversion have the same | 95 | any two characters that are related by case-conversion have the same |
| 96 | canonical equivalent character; it may be nil, in which case it is | 96 | canonical equivalent character; it may be nil, in which case it is |
| 97 | deduced from DOWNCASE and UPCASE. | 97 | deduced from DOWNCASE and UPCASE. |
| 98 | EQUIVALENCES is a map that cyclicly permutes each equivalence class | 98 | EQUIVALENCES is a map that cyclically permutes each equivalence class |
| 99 | (of characters with the same canonical equivalent); it may be nil, | 99 | (of characters with the same canonical equivalent); it may be nil, |
| 100 | in which case it is deduced from CANONICALIZE. */) | 100 | in which case it is deduced from CANONICALIZE. */) |
| 101 | (Lisp_Object table) | 101 | (Lisp_Object table) |