changeset 61802:771d6fce67b1

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sun, 24 Apr 2005 15:05:17 +0000
parents 063380bc7803
children 3456137bbbbb
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <eliz@gnu.org>
 
 	* 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.
--- 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  <eliz@gnu.org>
 
+	* 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.