diff options
author | Juri Linkov <juri@jurta.org> | 2005-12-30 05:57:48 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-12-30 05:57:48 +0000 |
commit | 79c4a646be88092f79a13aa8cefe78920630eaf1 (patch) | |
tree | 39fed684b4947fc4954f493295fe1c909e221e58 /lisp/net/goto-addr.el | |
parent | 3d3d2b8ab11d9c0c2a8da76e9f16131fc58862b6 (diff) | |
download | emacs-79c4a646be88092f79a13aa8cefe78920630eaf1.tar.gz emacs-79c4a646be88092f79a13aa8cefe78920630eaf1.tar.bz2 emacs-79c4a646be88092f79a13aa8cefe78920630eaf1.zip |
(goto-address-highlight-keymap): Fix docstring.
(goto-address): Fix docstring.
Diffstat (limited to 'lisp/net/goto-addr.el')
-rw-r--r-- | lisp/net/goto-addr.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 9925227619f..e1ae498923b 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -129,7 +129,7 @@ A value of t means there is no limit--fontify regardless of the size." '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 @@ address. If no e-mail address found, return nil." "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)." |