From: Eli Zaretskii Date: Fri, 14 Mar 2025 11:52:54 +0000 (+0200) Subject: ; * lisp/isearch.el (isearch-yank-x-selection): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8549c3392e5e992ee390af6670d2023d2511b4eb;p=emacs.git ; * lisp/isearch.el (isearch-yank-x-selection): Doc fix. (cherry picked from commit 0e93029353bafa530cf9278a558741c22a956278) --- diff --git a/lisp/isearch.el b/lisp/isearch.el index dbc73006941..e9cbc8ea31b 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -2625,7 +2625,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,