summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2007-11-22 11:30:52 +0000
committerFrancesco Potortì <pot@gnu.org>2007-11-22 11:30:52 +0000
commit63f018cd94f728200c16bcbe2b8202ceb7a1d4eb (patch)
treeb3f4a25eff5d924fbce5906fd4e09b5b780eb8b2 /lib-src
parent17ac6c28195a772d79443f5c27ab95e305adb38d (diff)
downloademacs-63f018cd94f728200c16bcbe2b8202ceb7a1d4eb.tar.gz
emacs-63f018cd94f728200c16bcbe2b8202ceb7a1d4eb.tar.bz2
emacs-63f018cd94f728200c16bcbe2b8202ceb7a1d4eb.zip
Help strings corrections in etags.c.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2c22c70f501..fbfc01af4b0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -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.