# HG changeset patch # User Juri Linkov # Date 1135922268 0 # Node ID f7b57b2971baa966a74238c2750e92f4dd2aa5c2 # Parent cf3a03548c1854b9f59b2f99bc3336e147cd897c (goto-address-highlight-keymap): Fix docstring. (goto-address): Fix docstring. diff -r cf3a03548c18 -r f7b57b2971ba lisp/net/goto-addr.el --- a/lisp/net/goto-addr.el Fri Dec 30 05:57:19 2005 +0000 +++ b/lisp/net/goto-addr.el Fri Dec 30 05:57:48 2005 +0000 @@ -129,7 +129,7 @@ 'goto-address-at-point) (define-key m (kbd "C-c RET") 'goto-address-at-point) m) - "keymap to hold goto-addr's mouse key defs under highlighted URLs.") + "Keymap to hold goto-addr's mouse key defs under highlighted URLs.") (defcustom goto-address-url-face 'bold "Face to use for URLs." @@ -242,7 +242,8 @@ "Sets up goto-address functionality in the current buffer. Allows user to use mouse/keyboard command to click to go to a URL or to send e-mail. -By default, goto-address binds to mouse-2 and C-c RET. +By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET +only on URLs and e-mail addresses. Also fontifies the buffer appropriately (see `goto-address-fontify-p' and `goto-address-highlight-p' for more information)."