emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/goto-addr.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/net/goto-addr.el
Date: Fri, 30 Dec 2005 05:57:48 +0000

Index: emacs/lisp/net/goto-addr.el
diff -u emacs/lisp/net/goto-addr.el:1.25 emacs/lisp/net/goto-addr.el:1.26
--- emacs/lisp/net/goto-addr.el:1.25    Tue Nov 22 22:07:15 2005
+++ emacs/lisp/net/goto-addr.el Fri Dec 30 05:57:48 2005
@@ -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)."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]