emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b439b43: Add documentation for last change in eww.e


From: Eli Zaretskii
Subject: [Emacs-diffs] master b439b43: Add documentation for last change in eww.el
Date: Fri, 15 Feb 2019 03:33:56 -0500 (EST)

branch: master
commit b439b4393cbd0b98c14b72e791af7a5e4f8aced7
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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'.
---
 doc/misc/eww.texi | 4 ++++
 etc/NEWS          | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi
index d7dc328..8dc58e8 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
 either prefix the file name with @code{file://} or use the command
 @kbd{M-x eww-open-file}.
 
+  If you invoke @code{eww} with a prefix argument, as in @address@hidden
+M-x eww}}, it will create a new EWW buffer instead of reusing the
+default one, which is normally called @file{*eww*}.
+
 @findex eww-quit
 @findex eww-reload
 @findex eww-copy-page-url
diff --git a/etc/NEWS b/etc/NEWS
index 73332a8..70a50c0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -661,6 +661,11 @@ and its value has been changed to Duck Duck Go.
 ** eww/shr
 
 +++
+*** The 'eww' command can now create a new EWW buffer.
+Invoking the command with a prefix argument will cause it to create a
+new EWW buffer for the URL instead of reusing the default one.
+
++++
 *** The 'd' ('eww-download') command now falls back to current page's URL.
 If this command is invoked with no URL at point, it now downloads the
 current page instead of signaling an error.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]