changeset 19443:39815ec1b9f8

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Aug 1997 17:25:25 +0000
parents 5b3f4890f757
children 752afe97eaa4
files lisp/browse-url.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)