aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov2019-05-25 00:15:46 +0300
committerDmitry Gutov2019-05-25 00:43:44 +0300
commit157d506dd73df15b6a80d06f3c15e4a899c4ef81 (patch)
treecbcf7b0db8f154f676404f2fa6bde50f3f4c06ec /etc
parente309818ecee190727d85c6f3f878c99445d06cfe (diff)
downloademacs-157d506dd73df15b6a80d06f3c15e4a899c4ef81.tar.gz
emacs-157d506dd73df15b6a80d06f3c15e4a899c4ef81.zip
Rename xref--revert-xref-buffer to xref-refresh-results
* lisp/progmodes/xref.el (xref-refresh-results): Rename from xref--revert-xref-buffer (bug#35702).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 064143047df..c05401ea761 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1464,6 +1464,11 @@ the new variable 'buffer-auto-revert-by-notification' to a non-nil
1464value. Auto Revert mode can use this information to avoid polling the 1464value. Auto Revert mode can use this information to avoid polling the
1465buffer periodically when 'auto-revert-avoid-polling' is non-nil. 1465buffer periodically when 'auto-revert-avoid-polling' is non-nil.
1466 1466
1467** Xref
1468
1469*** Xref buffers support refreshing the search results.
1470A new command 'xref-refresh-results' is bound to 'g'.
1471
1467 1472
1468* New Modes and Packages in Emacs 27.1 1473* New Modes and Packages in Emacs 27.1
1469 1474