1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

Help strings corrections in etags.c.

This commit is contained in:
Francesco Potortì 2007-11-22 11:30:52 +00:00
parent 17ac6c2819
commit 63f018cd94

View file

@ -1,3 +1,10 @@
2007-11-22 Francesco Potort,Al(B <pot@gnu.org>
* etags.c (default_C_help) [CTAGS]: differentiate the help string,
as the defaults in ctags are different from etags.
(default_C_help, Cplusplus_help, PHP_help, print_help): Remove
text saying --members is the default: not true in Emacs 22.
2007-11-15 Francesco Potort,Al(B <pot@gnu.org>
* etags.c: (C_entries): In case '}' decrement bracelev before testing it.