]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_case_table): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Oct 2005 17:26:53 +0000 (17:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Oct 2005 17:26:53 +0000 (17:26 +0000)
src/ChangeLog
src/casetab.c

index 213e77624858727e2657da37fdb1d485b4132b34..f81cd02a97ad4004c6b38ae447d1939697a310fc 100644 (file)
@@ -1,3 +1,11 @@
+2005-10-23  Richard M. Stallman  <rms@gnu.org>
+
+       * casetab.c (Fset_case_table): Doc fix.
+
+       * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
+       (readevalloop): Compute ENTIRE properly.
+       (syms_of_lread) <load-history>: Doc fix.
+
 2005-10-21  Richard M. Stallman  <rms@gnu.org>
 
        * lread.c (Fload): Simplify gcpro structure.
index 874bb7599f0890a2ff4ad02260f7ed5624f2590d..a1e8b5a68fb74b81a57521161e40e746735d27db 100644 (file)
@@ -97,8 +97,9 @@ 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.
 These slots are called UPCASE, CANONICALIZE and EQUIVALENCES.
-UPCASE maps each character to its upper-case equivalent;
- if lower and upper case characters are in 1-1 correspondence,
+UPCASE maps each non-upper-case character to its upper-case equivalent.
+ (The value in UPCASE for an upper-case character is never used.)
+ If lower and upper case characters are in 1-1 correspondence,
  you may use nil and the upcase table will be deduced from DOWNCASE.
 CANONICALIZE maps each character to a canonical equivalent;
  any two characters that are related by case-conversion have the same