; * lisp/isearch.el (isearch-yank-x-selection): Doc fix.

This commit is contained in:
Eli Zaretskii 2025-03-14 13:52:54 +02:00
parent 1437fc2bca
commit 0e93029353

View file

@ -2665,7 +2665,7 @@ always reads a string from the `kill-ring' using the minibuffer."
(isearch-yank-string (current-kill 1)))))
(defun isearch-yank-x-selection ()
"Pull current X primary selection into search string."
"Pull current PRIMARY X selection into the search string."
(interactive)
(isearch-yank-string (gui-get-primary-selection))
;; If `gui-get-selection' returned the text from the active region,