changeset 99279:4e5339c82660

Already documented: In Etags, the --members option is now the default.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 31 Oct 2008 15:38:35 +0000
parents 4bcd60d09e1c
children 7fc0bba984d4
files etc/NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Oct 31 14:06:33 2008 +0000
+++ b/etc/NEWS	Fri Oct 31 15:38:35 2008 +0000
@@ -951,7 +951,7 @@
 
 *** Eldoc highlights the function argument under point
 with the face `eldoc-highlight-function-argument'.
-
++++
 *** In Etags, the --members option is now the default.
 Use --no-members if you want the old default behavior of not tagging
 struct members in C, members variables in C++ and variables in PHP.