1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2005-04-24 15:05:17 +00:00
parent 92426d9cfd
commit f3714ab2d9
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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.