diff options
| author | Lin Sun | 2023-08-16 01:00:07 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2023-08-20 11:46:36 +0300 |
| commit | bef68b7bbe3d1f1a27c292161cd7e5c7c95cc6eb (patch) | |
| tree | 16146626229c1526bfc1de366edb95953de4253e /doc/misc | |
| parent | 6fb1d4bb1a9b32f64253bfb5180faf9700feab30 (diff) | |
| download | emacs-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.texi | 3 |
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 |
| 138 | enabled, this buffer is displayed in the tab on the window tab line. | 138 | enabled, this buffer is displayed in the tab on the window tab line. |
| 139 | When @code{tab-bar-mode} is enabled, a new tab is created on the frame | 139 | When @code{tab-bar-mode} is enabled, a new tab is created on the frame |
| 140 | tab bar. | 140 | tab bar. If the prefix key @kbd{C-u} is avaliable, it will stay on |
| 141 | current buffer. | ||
| 141 | 142 | ||
| 142 | @findex eww-readable | 143 | @findex eww-readable |
| 143 | @kindex R | 144 | @kindex R |