aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-31 15:38:35 +0000
committerChong Yidong2008-10-31 15:38:35 +0000
commite228b7bcbec1d8f55e1e5e60fbe94ed47c5be7c3 (patch)
tree6b3819e87aaf7dec672d202cda147c1ee5d1b1d1
parentab6d1131b48de3491ef1fb3e0ac2753ed89cbe2b (diff)
downloademacs-e228b7bcbec1d8f55e1e5e60fbe94ed47c5be7c3.tar.gz
emacs-e228b7bcbec1d8f55e1e5e60fbe94ed47c5be7c3.zip
Already documented: In Etags, the --members option is now the default.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 85bd1ebdcb8..b389e2800f1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -951,7 +951,7 @@ on the corresponding remote system.
951 951
952*** Eldoc highlights the function argument under point 952*** Eldoc highlights the function argument under point
953with the face `eldoc-highlight-function-argument'. 953with the face `eldoc-highlight-function-argument'.
954 954+++
955*** In Etags, the --members option is now the default. 955*** In Etags, the --members option is now the default.
956Use --no-members if you want the old default behavior of not tagging 956Use --no-members if you want the old default behavior of not tagging
957struct members in C, members variables in C++ and variables in PHP. 957struct members in C, members variables in C++ and variables in PHP.