# HG changeset patch # User Richard M. Stallman # Date 872097925 0 # Node ID 39815ec1b9f8f7e9e0e0c607108f7286e8dc4623 # Parent 5b3f4890f7576e6173e5624945f18feba13f471c Doc fixes. diff -r 5b3f4890f757 -r 39815ec1b9f8 lisp/browse-url.el --- a/lisp/browse-url.el Wed Aug 20 17:22:42 1997 +0000 +++ b/lisp/browse-url.el Wed Aug 20 17:25:25 1997 +0000 @@ -261,8 +261,7 @@ :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) @@ -273,7 +272,7 @@ (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)