Mercurial > emacs
changeset 40213:6b1fa995737b
Use more descriptive entries.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 23 Oct 2001 15:09:09 +0000 |
parents | 9929e04e78bb |
children | a87bf217f5a6 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 23 14:09:20 2001 +0000 +++ b/src/ChangeLog Tue Oct 23 15:09:09 2001 +0000 @@ -18,9 +18,11 @@ 2001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> - * syntax.c: Fix argument names and usage. - - * editfns.c: Fix argument names and usage. + * syntax.c (modify-syntax-entry): Fix argument names (use CHAR + instead of C) and usage. + + * editfns.c (char-to-string): Fix argument names (use CHAR instead + of C) and usage. * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width' and `max_height'.