diff options
| author | Eli Zaretskii | 2019-02-15 10:33:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-02-15 10:33:01 +0200 |
| commit | b439b4393cbd0b98c14b72e791af7a5e4f8aced7 (patch) | |
| tree | 9b9fc3d846fea66e87ecd92e0633a3ed36476c65 | |
| parent | 3fa003a134471940956841cbcde9501767b765d6 (diff) | |
| download | emacs-b439b4393cbd0b98c14b72e791af7a5e4f8aced7.tar.gz emacs-b439b4393cbd0b98c14b72e791af7a5e4f8aced7.zip | |
Add documentation for last change in eww.el
* doc/misc/eww.texi (Basics): Document the prefix arg effect
on "M-x eww". (Bug#34374)
* etc/NEWS: Mention the change in behavior of 'eww'.
| -rw-r--r-- | doc/misc/eww.texi | 4 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index d7dc32846e3..8dc58e84257 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -85,6 +85,10 @@ searched via @code{eww-search-prefix}. The default search engine is | |||
| 85 | either prefix the file name with @code{file://} or use the command | 85 | either prefix the file name with @code{file://} or use the command |
| 86 | @kbd{M-x eww-open-file}. | 86 | @kbd{M-x eww-open-file}. |
| 87 | 87 | ||
| 88 | If you invoke @code{eww} with a prefix argument, as in @w{@kbd{C-u | ||
| 89 | M-x eww}}, it will create a new EWW buffer instead of reusing the | ||
| 90 | default one, which is normally called @file{*eww*}. | ||
| 91 | |||
| 88 | @findex eww-quit | 92 | @findex eww-quit |
| 89 | @findex eww-reload | 93 | @findex eww-reload |
| 90 | @findex eww-copy-page-url | 94 | @findex eww-copy-page-url |
| @@ -661,6 +661,11 @@ and its value has been changed to Duck Duck Go. | |||
| 661 | ** eww/shr | 661 | ** eww/shr |
| 662 | 662 | ||
| 663 | +++ | 663 | +++ |
| 664 | *** The 'eww' command can now create a new EWW buffer. | ||
| 665 | Invoking the command with a prefix argument will cause it to create a | ||
| 666 | new EWW buffer for the URL instead of reusing the default one. | ||
| 667 | |||
| 668 | +++ | ||
| 664 | *** The 'd' ('eww-download') command now falls back to current page's URL. | 669 | *** The 'd' ('eww-download') command now falls back to current page's URL. |
| 665 | If this command is invoked with no URL at point, it now downloads the | 670 | If this command is invoked with no URL at point, it now downloads the |
| 666 | current page instead of signaling an error. | 671 | current page instead of signaling an error. |