aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9addc1acf45..ffeeaa8aa7e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1925,7 +1925,7 @@ Those features have been deprecated in Gtk+ for a long time.
1925+++ 1925+++
1926*** etags no longer qualifies class members by default. 1926*** etags no longer qualifies class members by default.
1927 1927
1928By default, `etags' will not qualify class members for C-like 1928By default, `etags' will not qualify class members for Perl and C-like
1929object-oriented languages with their class names and namespaces, and 1929object-oriented languages with their class names and namespaces, and
1930will remove qualifications used explicitly in the code from the tag 1930will remove qualifications used explicitly in the code from the tag
1931names it puts in TAGS files. This is so the etags.el back-end for 1931names it puts in TAGS files. This is so the etags.el back-end for
@@ -1933,8 +1933,8 @@ names it puts in TAGS files. This is so the etags.el back-end for
1933positives. 1933positives.
1934 1934
1935Use --class-qualify (-Q) if you want the old default behavior of 1935Use --class-qualify (-Q) if you want the old default behavior of
1936qualifying class members in C++, Java, and Objective C. Note that 1936qualifying class members in C++, Java, Objective C, and Perl. Note
1937using -Q might make some class members become "unknown" to `M-.' 1937that using -Q might make some class members become "unknown" to `M-.'
1938(`xref-find-definitions'); if so, you can use `C-u M-.' to specify the 1938(`xref-find-definitions'); if so, you can use `C-u M-.' to specify the
1939qualified names by hand. 1939qualified names by hand.
1940 1940