]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/goto-addr.el (goto-address-at-point): Fix last commit.
authorStefan Kangas <stefankangas@gmail.com>
Fri, 25 Nov 2022 00:26:05 +0000 (01:26 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 25 Nov 2022 00:26:05 +0000 (01:26 +0100)
lisp/net/goto-addr.el

index 03e14c926821ac76853cc5f3d01dac1001b0b551..5b850b258c70bdf513792b68614a055f7e72a8f7 100644 (file)
@@ -222,14 +222,14 @@ and `goto-address-fontify-p'."
 
 ;;;###autoload
 (defun goto-address-at-point (&optional event)
-  "Start composing a new message to the e-mail address at point or
-open URL at point.
+  "Compose a new message to the e-mail address or open URL at point.
 
-If no e-mail address is found at point, use the URL at or before
-point.  See `goto-address-find-address-at-point'.
+Compose message to address at point.  See documentation for
+`goto-address-find-address-at-point'.
 
-With prefix argument, use the secondary browser to open the URL.
-See `browse-url-button-open-url'."
+If no e-mail address is found at point, open the URL at or before
+point using `browse-url'.  With a prefix argument, open the URL
+using `browse-url-secondary-browser-function' instead."
   (interactive (list last-input-event))
   (save-excursion
     (if event (posn-set-point (event-end event)))