Mercurial > emacs
changeset 79466:826340875e93
Help strings corrections in etags.c.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 22 Nov 2007 11:30:52 +0000 |
parents | 86ad04ff29c2 |
children | a41c68c29da3 |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Thu Nov 22 10:41:59 2007 +0000 +++ b/lib-src/ChangeLog Thu Nov 22 11:30:52 2007 +0000 @@ -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.