]> git.eshelyaron.com Git - emacs.git/commitdiff
Followup to last change in browse-url.el
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Mar 2018 09:17:20 +0000 (11:17 +0200)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:51 +0000 (14:17 +0800)
* lisp/net/browse-url.el (browse-url-emacs): Doc fix to follow up
the previous change.  (Bug#30673)

* etc/NEWS: Mention the change in 'browse-url-emacs'.

etc/NEWS
lisp/net/browse-url.el

index 91c9d4312429fb2c4b4e1dc27ff305e69e4bba01..ebde8a13f8139bd0b4c40b916451f20dc3b29f93 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -144,6 +144,11 @@ for abbrevs that have them.
 \f
 * Changes in Specialized Modes and Packages in Emacs 27.1
 
+** Browse-url
+*** The function 'browse-url-emacs' can now visit a URL in selected window.
+It now treats the optional 2nd argument to mean that the URL should be
+shown in the currently selected window.
+
 ** Ecomplete
 *** The ecomplete sorting has changed to a decay-based algorithm.
 This can be controlled by the new `ecomplete-sort-predicate' variable.
index 3b5169d4734bfa3d24e4ba83338a404eceebc647..bdedcb2bd3ed8ff1ec3bde9406b8f5358dece329 100644 (file)
@@ -1243,7 +1243,9 @@ used instead of `browse-url-new-window-flag'."
 
 ;;;###autoload
 (defun browse-url-emacs (url &optional same-window)
-  "Ask Emacs to load URL into a buffer and show it in another window."
+  "Ask Emacs to load URL into a buffer and show it in another window.
+Optional argument SAME-WINDOW non-nil means show the URL in the
+currently selected window instead."
   (interactive (browse-url-interactive-arg "URL: "))
   (require 'url-handlers)
   (let ((file-name-handler-alist