diff options
| author | Dmitry Gutov | 2019-05-25 00:15:46 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2019-05-25 00:43:44 +0300 |
| commit | 157d506dd73df15b6a80d06f3c15e4a899c4ef81 (patch) | |
| tree | cbcf7b0db8f154f676404f2fa6bde50f3f4c06ec /etc | |
| parent | e309818ecee190727d85c6f3f878c99445d06cfe (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1464,6 +1464,11 @@ the new variable 'buffer-auto-revert-by-notification' to a non-nil | |||
| 1464 | value. Auto Revert mode can use this information to avoid polling the | 1464 | value. Auto Revert mode can use this information to avoid polling the |
| 1465 | buffer periodically when 'auto-revert-avoid-polling' is non-nil. | 1465 | buffer periodically when 'auto-revert-avoid-polling' is non-nil. |
| 1466 | 1466 | ||
| 1467 | ** Xref | ||
| 1468 | |||
| 1469 | *** Xref buffers support refreshing the search results. | ||
| 1470 | A 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 | ||