aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov2019-05-30 20:09:35 +0300
committerDmitry Gutov2019-05-30 20:09:53 +0300
commita01693a45c632373ef6bfb6dfc8c6270e7b7f7cf (patch)
treeb8033b9a3a7e25363d5a08464835574ec710ca15 /etc
parent27f5627104a073762c3b1d21e55822ec2d2e0347 (diff)
downloademacs-a01693a45c632373ef6bfb6dfc8c6270e7b7f7cf.tar.gz
emacs-a01693a45c632373ef6bfb6dfc8c6270e7b7f7cf.zip
Rename xref-refresh-results to xref-revert-buffer
* lisp/progmodes/xref.el (xref-revert-buffer): Rename from 'xref-refresh-results' (https://debbugs.gnu.org/35737#40).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5cce76f8df0..8100427403b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -797,7 +797,7 @@ only one hit. This can be altered by changing
797'xref-show-xrefs-function'. 797'xref-show-xrefs-function'.
798 798
799*** Xref buffers support refreshing the search results. 799*** Xref buffers support refreshing the search results.
800A new command 'xref-refresh-results' is bound to 'g'. 800A new command 'xref-revert-buffer' is bound to 'g'.
801 801
802** Ecomplete 802** Ecomplete
803 803