aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMark Oteiza2016-10-21 11:23:39 -0400
committerMark Oteiza2016-10-21 11:32:29 -0400
commit76b08a35bb6b3b32e5e5fda53e374769ceae6ed8 (patch)
treed25b79582ac9000e0b545d987a67a6dd4099c6a1 /etc
parent0929e061fb544c0f4c10ff0412a41cf7e8148270 (diff)
downloademacs-76b08a35bb6b3b32e5e5fda53e374769ceae6ed8.tar.gz
emacs-76b08a35bb6b3b32e5e5fda53e374769ceae6ed8.zip
Teach browse-url to open man page urls
* lisp/net/browse-url.el (browse-url-man-function): New custom option. (browse-url): Add a condition to catch links matching "^man:". (browse-url-man): New function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b3164c2582..4e41dbb39a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -275,6 +275,10 @@ whose content matches a regexp; bound to '% g'.
275'ibuffer-never-search-content-mode' used by 275'ibuffer-never-search-content-mode' used by
276'ibuffer-mark-by-content-regexp'. 276'ibuffer-mark-by-content-regexp'.
277 277
278** Browse-URL
279
280*** Support for opening links to man pages in Man or WoMan mode.
281
278** Compilation mode 282** Compilation mode
279 283
280--- 284---