Fix documentation in xwidget.el
* src/xwidget.el (xwidget-webkit-isearch-mode): Reword documentation.
This commit is contained in:
parent
195f5a0dfa
commit
f96380eb80
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue