[xwidget] Tweak prompt when creating new tab

This commit is contained in:
James Nguyen 2022-05-21 21:31:22 -04:00
parent 8a85b46b60
commit 8e8bad58dd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ F is the name of function, N is the pixel height."
(defun evil-collection-xwidget-webkit-new-tab (url)
"New tab (new buffer) of URL."
(interactive "sxwidget-webkit URL: ")
(interactive "s(New Tab) xwidget-webkit URL: ")
(xwidget-webkit-browse-url url :new-session))
(defun evil-collection-xwidget-webkit-close-tab ()