aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/xwidget.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 4bd2be2c264..1d91e863e42 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -886,7 +886,7 @@ With argument, add COUNT copies of CHAR."
886 (xwidget-webkit-isearch--update))) 886 (xwidget-webkit-isearch--update)))
887 (let ((i 0)) 887 (let ((i 0))
888 (while (< i count) 888 (while (< i count)
889 (xwidget-webkit-next-result (xwidget-webkit-current-session)) 889 (xwidget-webkit-previous-result (xwidget-webkit-current-session))
890 (cl-incf i))) 890 (cl-incf i)))
891 (xwidget-webkit-isearch--update t)) 891 (xwidget-webkit-isearch--update t))
892 892