]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/isearch.el (isearch-yank-x-selection): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 14 Mar 2025 11:52:54 +0000 (13:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 17:06:29 +0000 (18:06 +0100)
(cherry picked from commit 0e93029353bafa530cf9278a558741c22a956278)

lisp/isearch.el

index dbc7300694108b8b93d3ccba3612a8c968590214..e9cbc8ea31b28a6d4e6baef5c473d9509b4dddbc 100644 (file)
@@ -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,