diff options
| author | Eli Zaretskii | 2005-04-24 15:05:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-04-24 15:05:17 +0000 |
| commit | f3714ab2d91645dd0101cdbd4d8b81f326c55b52 (patch) | |
| tree | 1068e30204c4db8a800712b9a3567f80fbbd62ca | |
| parent | 92426d9cfd222ce9aa192f65586896b8817e4c66 (diff) | |
| download | emacs-f3714ab2d91645dd0101cdbd4d8b81f326c55b52.tar.gz emacs-f3714ab2d91645dd0101cdbd4d8b81f326c55b52.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lispref/ChangeLog | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d6c32e3f06..459547ea37d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | 2005-04-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-04-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * subr.el (syntax-after): Doc fix. | 3 | * subr.el (syntax-after): Doc fix. |
| 4 | (syntax-class): If argument is nil, return nil. | 4 | (syntax-class): If argument is nil, return nil. Mask off upper 16 |
| 5 | bits, not 8 bits. | ||
| 5 | 6 | ||
| 6 | * files.el (mode-require-final-newline): Doc fix. | 7 | * files.el (mode-require-final-newline): Doc fix. |
| 7 | (backup-buffer-copy): Fix last change. | 8 | (backup-buffer-copy): Fix last change. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index fc17818888d..bf1149ee4af 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-04-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-04-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * syntax.texi (Syntax Table Internals): Elaborate documentation of | ||
| 4 | syntax-after and syntax-class. | ||
| 5 | |||
| 3 | * files.texi (Changing Files): Fix last change's cross-reference. | 6 | * files.texi (Changing Files): Fix last change's cross-reference. |
| 4 | (Unique File Names): Don't mention "numbers" in the documentation | 7 | (Unique File Names): Don't mention "numbers" in the documentation |
| 5 | of make-temp-file and make-temp-name. | 8 | of make-temp-file and make-temp-name. |