summaryrefslogtreecommitdiff
path: root/lisp/xwidget.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-11-11 14:54:58 +0800
committerPo Lu <luangruo@yahoo.com>2021-11-11 15:40:57 +0800
commitf96380eb80c81824a2710b7d9846dd91b816abad (patch)
treeeaaf0d18673f2daadb2b28c202be566f39d107c6 /lisp/xwidget.el
parent195f5a0dfa8152771a47c899fab5ba2fe2ed00fb (diff)
downloademacs-f96380eb80c81824a2710b7d9846dd91b816abad.tar.gz
Fix documentation in xwidget.el
* src/xwidget.el (xwidget-webkit-isearch-mode): Reword documentation.
Diffstat (limited to 'lisp/xwidget.el')
-rw-r--r--lisp/xwidget.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 19b95066b0f..2c7b4dd83da 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -983,7 +983,7 @@ Press \\<xwidget-webkit-isearch-mode-map>\\[xwidget-webkit-isearch-exit] to exit
(xwidget-webkit-finish-search (xwidget-webkit-current-session))))
(defun xwidget-webkit-isearch-yank-kill ()
- "Pull string from kill ring and append it to the current query."
+ "Append the most recent kill from `kill-ring' to the current query."
(interactive)
(unless xwidget-webkit-isearch-mode
(xwidget-webkit-isearch-mode t))