Variable: browse-url-browser-function

browse-url-browser-function is a customizable variable defined in browse-url.el.gz.

Value

browse-url-default-browser

Documentation

Function to display the current buffer in a WWW browser.

This is used by the browse-url-at-point, browse-url-at-mouse, and browse-url-of-file commands.

Also see browse-url-secondary-browser-function and browse-url-handlers.

This variable was added, or its default value changed, in Emacs 24.1.

View in manual

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
;;;###autoload
(defcustom browse-url-browser-function 'browse-url-default-browser
  "Function to display the current buffer in a WWW browser.
This is used by the `browse-url-at-point', `browse-url-at-mouse', and
`browse-url-of-file' commands.

Also see `browse-url-secondary-browser-function' and
`browse-url-handlers'."
  :type browse-url--browser-defcustom-type
  :version "24.1")