diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-03-19 11:17:20 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-03-19 11:17:20 +0200 |
commit | 415ff1a0e141b74a53df1d8411113b1cd0c9ce90 (patch) | |
tree | 42a24eebad05e10c73f6e5c9ec0c25a6441d64da /lisp/net/browse-url.el | |
parent | f022b1bdf885007363518ec1474ef5820ee6b6d6 (diff) | |
download | emacs-415ff1a0e141b74a53df1d8411113b1cd0c9ce90.tar.gz emacs-415ff1a0e141b74a53df1d8411113b1cd0c9ce90.tar.bz2 emacs-415ff1a0e141b74a53df1d8411113b1cd0c9ce90.zip |
Followup to last change in browse-url.el
* 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'.
Diffstat (limited to 'lisp/net/browse-url.el')
-rw-r--r-- | lisp/net/browse-url.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 3b5169d4734..bdedcb2bd3e 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -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 |