diff options
| author | Dmitry Gutov | 2019-05-30 20:09:35 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2019-05-30 20:09:53 +0300 |
| commit | a01693a45c632373ef6bfb6dfc8c6270e7b7f7cf (patch) | |
| tree | b8033b9a3a7e25363d5a08464835574ec710ca15 /etc | |
| parent | 27f5627104a073762c3b1d21e55822ec2d2e0347 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. |
| 800 | A new command 'xref-refresh-results' is bound to 'g'. | 800 | A new command 'xref-revert-buffer' is bound to 'g'. |
| 801 | 801 | ||
| 802 | ** Ecomplete | 802 | ** Ecomplete |
| 803 | 803 | ||