# HG changeset patch # User Eli Zaretskii # Date 1114355117 0 # Node ID 771d6fce67b1662d3cc8315b9f1346b6e4966a6d # Parent 063380bc78030180a0af8ab3c1267448383954a2 *** empty log message *** diff -r 063380bc7803 -r 771d6fce67b1 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 24 15:04:35 2005 +0000 +++ b/lisp/ChangeLog Sun Apr 24 15:05:17 2005 +0000 @@ -1,7 +1,8 @@ 2005-04-24 Eli Zaretskii * subr.el (syntax-after): Doc fix. - (syntax-class): If argument is nil, return nil. + (syntax-class): If argument is nil, return nil. Mask off upper 16 + bits, not 8 bits. * files.el (mode-require-final-newline): Doc fix. (backup-buffer-copy): Fix last change. diff -r 063380bc7803 -r 771d6fce67b1 lispref/ChangeLog --- a/lispref/ChangeLog Sun Apr 24 15:04:35 2005 +0000 +++ b/lispref/ChangeLog Sun Apr 24 15:05:17 2005 +0000 @@ -1,5 +1,8 @@ 2005-04-24 Eli Zaretskii + * syntax.texi (Syntax Table Internals): Elaborate documentation of + syntax-after and syntax-class. + * files.texi (Changing Files): Fix last change's cross-reference. (Unique File Names): Don't mention "numbers" in the documentation of make-temp-file and make-temp-name.