aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-25 20:11:33 +0200
committerLars Ingebrigtsen2019-07-25 20:11:33 +0200
commit7f0b69e8ed4ea0fd03ac779d8c6af809f991d357 (patch)
tree18dcd1b88bfbc6cdb4d6798b0aa3f77df62f4d1f /doc
parentbb2115fd5514497ce3dc94368388cdb82e17bb76 (diff)
downloademacs-7f0b69e8ed4ea0fd03ac779d8c6af809f991d357.tar.gz
emacs-7f0b69e8ed4ea0fd03ac779d8c6af809f991d357.zip
Make `C-u w' in the Gnus Summary buffer open externally
* doc/misc/gnus.texi (Article Commands): Document new behaviour. * lisp/gnus/gnus-sum.el (gnus-shorten-url): New function. (gnus-summary-browse-url): Change function to make `C-u' use the external browser (as Gnus does when you hit URLs manually). Don't use an initial input.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index f688e84e7e8..cc6873cfcb4 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -10163,8 +10163,8 @@ do so.
10163@cindex url 10163@cindex url
10164@findex gnus-summary-browse-url 10164@findex gnus-summary-browse-url
10165Scan the article buffer for links, and offer them to the user for 10165Scan the article buffer for links, and offer them to the user for
10166browsing with @code{browse-url}. By default, only scan the article 10166browsing with @code{browse-url}. With a prefix argument, browse with
10167body; with a prefix arg, also scan the article headers. 10167@code{shr-external-browser} instead.
10168 10168
10169@end table 10169@end table
10170 10170