diff options
| author | Eli Zaretskii | 2023-01-14 11:48:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-01-14 11:48:55 +0200 |
| commit | 9a1dbb7f088c95a46a3be6334572ebece83d2dde (patch) | |
| tree | 5a71a1d46f8c598ffe3826f9eff333dfe73c428f /doc/misc | |
| parent | ac2a6fc83fac6390892b068a830ebe0f22364e05 (diff) | |
| download | emacs-9a1dbb7f088c95a46a3be6334572ebece83d2dde.tar.gz emacs-9a1dbb7f088c95a46a3be6334572ebece83d2dde.zip | |
Teach 'eww-open-file' about prefix argument
* lisp/net/eww.el (eww-open-file): Accept a new optional argument
NEW-BUFFER to show FILE in a new buffer. (Bug#60809)
* etc/NEWS:
* doc/misc/eww.texi (Basics): Document the new feature.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eww.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index bc556ed88e2..836eb38503e 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -92,9 +92,10 @@ searched via @code{eww-search-prefix}. The default search engine is | |||
| 92 | either prefix the file name with @code{file://} or use the command | 92 | either prefix the file name with @code{file://} or use the command |
| 93 | @kbd{M-x eww-open-file}. | 93 | @kbd{M-x eww-open-file}. |
| 94 | 94 | ||
| 95 | If you invoke @code{eww} with a prefix argument, as in @w{@kbd{C-u | 95 | If you invoke @code{eww} or @code{eww-open-file} with a prefix |
| 96 | M-x eww}}, it will create a new EWW buffer instead of reusing the | 96 | argument, as in @w{@kbd{C-u M-x eww}}, they will create a new EWW |
| 97 | default one, which is normally called @file{*eww*}. | 97 | buffer instead of reusing the default one, which is normally called |
| 98 | @file{*eww*}. | ||
| 98 | 99 | ||
| 99 | @findex eww-quit | 100 | @findex eww-quit |
| 100 | @findex eww-reload | 101 | @findex eww-reload |