emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f96380e 2/2: Fix documentation in xwidget.el


From: Po Lu
Subject: master f96380e 2/2: Fix documentation in xwidget.el
Date: Thu, 11 Nov 2021 02:41:27 -0500 (EST)

branch: master
commit f96380eb80c81824a2710b7d9846dd91b816abad
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix documentation in xwidget.el
    
    * src/xwidget.el (xwidget-webkit-isearch-mode): Reword
    documentation.
---
 lisp/xwidget.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 19b9506..2c7b4dd 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]