From 60354fcf49da8773ad895b84356165cbd6ec8fca Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 25 Nov 2022 01:26:05 +0100 Subject: [PATCH] ; * 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 03e14c92682..5b850b258c7 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))) -- 2.39.2