From a55e9ccc602affe291b35dc424ae18a47dfd2886 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 3 Sep 2026 07:32:18 +0300 Subject: [PATCH] ; * etc/NEWS: Fix wording of a recently-added entry. --- etc/NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index fbf356e3788..2222a3b4723 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -292,8 +292,9 @@ It is bound to 'M-o'. +++ *** New command 'M-g .'/'M-g M-.' ('xref-find-by-kind'). This command allows you to jump to a specific kind of definition, such -as a variable definition, instead of the function of the same name. -The xref backend defines what kinds of definition are available. +as a variable or face definition, or a constructor, instead of the +function of the same name. The xref backend defines what kinds of +definitions are available. ** CPerl mode