aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorLin Sun2023-08-16 01:00:07 +0000
committerEli Zaretskii2023-08-20 11:46:36 +0300
commitbef68b7bbe3d1f1a27c292161cd7e5c7c95cc6eb (patch)
tree16146626229c1526bfc1de366edb95953de4253e /doc/misc
parent6fb1d4bb1a9b32f64253bfb5180faf9700feab30 (diff)
downloademacs-bef68b7bbe3d1f1a27c292161cd7e5c7c95cc6eb.tar.gz
emacs-bef68b7bbe3d1f1a27c292161cd7e5c7c95cc6eb.zip
Allow fetching URL at point without switching to it
* lisp/net/eww.el (eww-open-in-new-buffer): Stay on current buffer when invoked with prefix argument. (Bug#65346)
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/eww.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index b67624af9f8..2181355a57e 100644
--- a/doc/misc/eww.texi
+++ b/doc/misc/eww.texi
@@ -137,7 +137,8 @@ URL at point in a new EWW buffer, akin to opening a link in a new
137``tab'' in other browsers. When @code{global-tab-line-mode} is 137``tab'' in other browsers. When @code{global-tab-line-mode} is
138enabled, this buffer is displayed in the tab on the window tab line. 138enabled, this buffer is displayed in the tab on the window tab line.
139When @code{tab-bar-mode} is enabled, a new tab is created on the frame 139When @code{tab-bar-mode} is enabled, a new tab is created on the frame
140tab bar. 140tab bar. If the prefix key @kbd{C-u} is avaliable, it will stay on
141current buffer.
141 142
142@findex eww-readable 143@findex eww-readable
143@kindex R 144@kindex R