emacs-diffs
[Top][All Lists]
Advanced

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

master 60354fcf49 2/2: ; * lisp/net/goto-addr.el (goto-address-at-point)


From: Stefan Kangas
Subject: master 60354fcf49 2/2: ; * lisp/net/goto-addr.el (goto-address-at-point): Fix last commit.
Date: Thu, 24 Nov 2022 19:26:49 -0500 (EST)

branch: master
commit 60354fcf49da8773ad895b84356165cbd6ec8fca
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * lisp/net/goto-addr.el (goto-address-at-point): Fix last commit.
---
 lisp/net/goto-addr.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el
index 03e14c9268..5b850b258c 100644
--- a/lisp/net/goto-addr.el
+++ b/lisp/net/goto-addr.el
@@ -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)))



reply via email to

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