[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-25 5b0bab0: ; * lisp/net/browse-url.el: Fix obvious
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs-25 5b0bab0: ; * lisp/net/browse-url.el: Fix obvious typos in recent. |
Date: |
Mon, 25 Jan 2016 16:49:37 +0000 |
branch: emacs-25
commit 5b0bab034902d0fdabbc02b9d644e37082bc4632
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>
; * lisp/net/browse-url.el: Fix obvious typos in recent.
---
lisp/net/browse-url.el | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index edf91ab..1a666e0 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -148,7 +148,7 @@ regexp should probably be \".\" to specify a default
browser."
(function-item :tag "eww" :value eww-browse-url)
(function-item :tag "Mozilla" :value browse-url-mozilla)
(function-item :tag "Firefox" :value browse-url-firefox)
- (function-item :tag "Google Chrome" :value browse-url-chrome)
+ (function-item :tag "Google Chrome" :value browse-url-chrome)
(function-item :tag "Chromium" :value browse-url-chromium)
(function-item :tag "Epiphany" :value browse-url-epiphany)
(function-item :tag "Conkeror" :value browse-url-conkeror)
@@ -266,15 +266,15 @@ Defaults to the value of `browse-url-firefox-arguments'
at the time
(while (and candidates (not (executable-find (car candidates))))
(setq candidates (cdr candidates)))
(or (car candidates) "chromium"))
- "The name by which to invoke Chromium."
+ "The name by which to invoke the Chrome browser."
:type 'string
- :version "24.1"
+ :version "25.1"
:group 'browse-url)
(defcustom browse-url-chrome-arguments nil
"A list of strings to pass to Google Chrome as arguments."
:type '(repeat (string :tag "Argument"))
- :version "24.1"
+ :version "25.1"
:group 'browse-url)
(defcustom browse-url-chromium-program
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-25 5b0bab0: ; * lisp/net/browse-url.el: Fix obvious typos in recent.,
Glenn Morris <=