From 8549c3392e5e992ee390af6670d2023d2511b4eb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 14 Mar 2025 13:52:54 +0200 Subject: [PATCH] ; * lisp/isearch.el (isearch-yank-x-selection): Doc fix. (cherry picked from commit 0e93029353bafa530cf9278a558741c22a956278) --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5