[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 695fbcf: ; Docfixes for recent browse-url.el additi
From: |
Basil L. Contovounesios |
Subject: |
[Emacs-diffs] master 695fbcf: ; Docfixes for recent browse-url.el additions |
Date: |
Fri, 2 Aug 2019 09:42:50 -0400 (EDT) |
branch: master
commit 695fbcf56db5a4336865e64b6d076008c62ce2ef
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>
; Docfixes for recent browse-url.el additions
* lisp/net/browse-url.el (browse-url-secondary-browser-function)
(browse-url-button-copy): Fix punctuation in and clarify docstrings.
---
lisp/net/browse-url.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index 6382e66..7962478 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -175,10 +175,10 @@ regexp should probably be \".\" to specify a default
browser."
(defcustom browse-url-secondary-browser-function 'browse-url-default-browser
"Function used to launch an alternative browser.
-This should usually be an external browser (that is, not eww or
-w3m), used as the secondary browser choice, and is typically used
-when giving a prefix argument to the URL-opening command (in
-those modes that support this (for instance, eww/shr)."
+This is usually an external browser (that is, not eww or w3m),
+used as the secondary browser choice, typically when a prefix
+argument is given to a URL-opening command in those modes that
+support this (for instance, eww/shr)."
:version "27.1"
:type browse-url--browser-defcustom-type)
@@ -1700,7 +1700,7 @@ If `current-prefix-arg' is non-nil, use
(browse-url url)))
(defun browse-url-button-copy ()
- "Copy the URL under point"
+ "Copy the URL under point."
(interactive)
(let ((url (get-text-property (point) 'browse-url-data)))
(unless url
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 695fbcf: ; Docfixes for recent browse-url.el additions,
Basil L. Contovounesios <=