(defun xref-refresh-results ()
"Refresh the search results in the current buffer."
(interactive)
- (unless xref--fetcher
- (user-error "Reverting not supported"))
(let ((inhibit-read-only t)
(buffer-undo-list t))
(save-excursion
values. It must not depend on the current buffer or selected
window.
-ALIST will include at least the following keys:
+ALIST can include, but limited to, the following keys:
WINDOW for the window that was selected before the current
command was called.