]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation in xwidget.el
authorPo Lu <luangruo@yahoo.com>
Thu, 11 Nov 2021 06:54:58 +0000 (14:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 11 Nov 2021 07:40:57 +0000 (15:40 +0800)
* src/xwidget.el (xwidget-webkit-isearch-mode): Reword
documentation.

lisp/xwidget.el

index 19b95066b0fb22b5a60524458e0b5fd294f8a66d..2c7b4dd83dabfd95e87bbac3e430924cb3891d5a 100644 (file)
@@ -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))