summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNoah Swainland <noah@distinctly.pink>2020-08-20 15:17:19 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-08-20 15:17:19 +0200
commit80628df778c2608e0d0d934ed884365ae94f9ddd (patch)
tree29668a6b19393553c3e1efb69c93dff7272af6a5 /doc
parenta566e409d0d962d3c2870691175836da22c31111 (diff)
downloademacs-80628df778c2608e0d0d934ed884365ae94f9ddd.tar.gz
Add global-goto-address-mode
* doc/emacs/misc.texi (Goto Address mode): Document it. * lisp/net/goto-addr.el (global-goto-address-mode) (goto-addr-mode--turn-on): New functions (bug#42937).
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/misc.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 317a1979e9d..c8b21e701c7 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -2945,6 +2945,9 @@ browse-url @key{RET}}.
@table @kbd
@item M-x goto-address-mode
Activate URLs and e-mail addresses in the current buffer.
+
+@item M-x global-goto-address-mode
+Activate @code{goto-address-mode} in all buffers.
@end table
@kindex C-c RET @r{(Goto Address mode)}