1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

Use more descriptive entries.

This commit is contained in:
Pavel Janík 2001-10-23 15:09:09 +00:00
parent 24db49fb9e
commit fc11dff097

View file

@ -18,9 +18,11 @@
2001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* syntax.c: Fix argument names and usage.
* syntax.c (modify-syntax-entry): Fix argument names (use CHAR
instead of C) and usage.
* editfns.c: Fix argument names 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'.