From 0e93029353bafa530cf9278a558741c22a956278 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. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 636571e11c7..6a21a548ed1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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,