]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/browse-url.el: Fix obvious typos in recent.
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Jan 2016 16:49:09 +0000 (08:49 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Jan 2016 16:49:09 +0000 (08:49 -0800)
lisp/net/browse-url.el

index edf91ab600083b7fd8e597af29c1d4f20b8a35b5..1a666e0d9e9939c22f20d4a905c5c62db23ee11a 100644 (file)
@@ -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