]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention that etags switches to C++ when meets `template'.
authorFrancesco Potortì <pot@gnu.org>
Mon, 26 Feb 2001 18:26:39 +0000 (18:26 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 26 Feb 2001 18:26:39 +0000 (18:26 +0000)
etc/NEWS

index ac03adf7e69d428f79286c8a66c74cbe97b8a3c4..c82e503195e7ec2795c4b37e7ed1d48e154225d2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1419,7 +1419,8 @@ declarations when given the --declarations option.
 "operator+", without spaces between the keyword and the operator.
 
 *** You shouldn't generally need any more the -C or -c++ option: etags
-automatically detects a C++ file when it meets the `class' keyword.
+automatically switches to C++ parsing when it meets the `class' or
+`template' keywords.
 
 *** Etags now is able to delve at arbitrary deeps into nested structures in
 C-like languages.  Previously, it was limited to one or two brace levels.