(defun xref--show-location (location &optional select)
"Help `xref-show-xref' and `xref-goto-xref' do their job.
-Go to LOCATION and if SELECT is non-nil select its window. If
-SELECT is `quit', also quit the *xref* window."
+Go to LOCATION and if SELECT is non-nil select its window.
+If SELECT is `quit', also quit the *xref* window."
(condition-case err
(let* ((marker (xref-location-marker location))
(buf (marker-buffer marker))
(define-key map (kbd "M-,") #'xref-quit-and-pop-marker-stack)
map))
-(declare-function outline-search-text-property "outline" (property &optional value bound move backward looking-at))
+(declare-function outline-search-text-property "outline"
+ (property &optional value bound move backward looking-at))
(define-derived-mode xref--xref-buffer-mode special-mode "XREF"
"Mode for displaying cross-references."
(define-derived-mode xref--transient-buffer-mode
xref--xref-buffer-mode
- "XREF Transient")
+ "XREF Transient.")
(defun xref--imenu-prev-index-position ()
"Move point to previous line in `xref' buffer.
values. It must not depend on the current buffer or selected
window.
-ALIST can include, but limited to, the following keys:
+ALIST can include, but is not limited to, the following keys:
WINDOW for the window that was selected before the current
command was called.
"xargs -0 rg <C> --null -nH --no-heading --no-messages -g '!*/' -e <R>"
)
(ugrep . "xargs -0 ugrep <C> --null -ns -e <R>"))
- "Associative list mapping program identifiers to command templates.
+ "Association list mapping program identifiers to command templates.
Program identifier should be a symbol, named after the search program.