; * lisp/isearch.el (isearch-yank-x-selection): Doc fix.
This commit is contained in:
parent
1437fc2bca
commit
0e93029353
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue