From: Richard M. Stallman Date: Wed, 20 Aug 1997 17:25:25 +0000 (+0000) Subject: Doc fixes. X-Git-Tag: emacs-20.1~505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb0401dd9955b1ead664163d15fb394b007a617d;p=emacs.git Doc fixes. --- diff --git a/lisp/browse-url.el b/lisp/browse-url.el index 33259b621fc..8296d14d705 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el @@ -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)