]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 Aug 1997 17:25:25 +0000 (17:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 Aug 1997 17:25:25 +0000 (17:25 +0000)
lisp/browse-url.el

index 33259b621fc068e775c03024d7b58632df29b704..8296d14d7056f88a38ffebadf17610794b01da6a 100644 (file)
@@ -261,8 +261,7 @@ Netscape version 1.1N or later or XMosaic version 2.5 or later."
   :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 @@ Emacs's display."
 
 (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)