:group 'browse-url)
(defcustom browse-url-netscape-display nil
- "*The X display on which Netscape is running if different from
-Emacs's display."
+ "*The X display for running Netscape, if not same as Emacs's."
:type 'string
:group 'browse-url)
(defvar browse-url-path-regexp
"[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+"
- "A regular expression probably matching the host, path or e-mail part of a URL.")
+ "A regular expression to match the host, path or e-mail part of a URL.")
(defvar browse-url-short-regexp
(concat "[-A-Za-z0-9.]+" browse-url-path-regexp)