diff options
| author | Richard M. Stallman | 1997-08-20 17:25:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-20 17:25:25 +0000 |
| commit | eb0401dd9955b1ead664163d15fb394b007a617d (patch) | |
| tree | 5742b8318d266e9e02e8deda79639b7d09af3a5a /lisp | |
| parent | bc6d0d715c4cde7a8ac99b2fc99fb6484f43b1fe (diff) | |
| download | emacs-eb0401dd9955b1ead664163d15fb394b007a617d.tar.gz emacs-eb0401dd9955b1ead664163d15fb394b007a617d.zip | |
Doc fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/browse-url.el | 5 |
1 files changed, 2 insertions, 3 deletions
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." | |||
| 261 | :group 'browse-url) | 261 | :group 'browse-url) |
| 262 | 262 | ||
| 263 | (defcustom browse-url-netscape-display nil | 263 | (defcustom browse-url-netscape-display nil |
| 264 | "*The X display on which Netscape is running if different from | 264 | "*The X display for running Netscape, if not same as Emacs's." |
| 265 | Emacs's display." | ||
| 266 | :type 'string | 265 | :type 'string |
| 267 | :group 'browse-url) | 266 | :group 'browse-url) |
| 268 | 267 | ||
| @@ -273,7 +272,7 @@ Emacs's display." | |||
| 273 | 272 | ||
| 274 | (defvar browse-url-path-regexp | 273 | (defvar browse-url-path-regexp |
| 275 | "[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+" | 274 | "[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+" |
| 276 | "A regular expression probably matching the host, path or e-mail part of a URL.") | 275 | "A regular expression to match the host, path or e-mail part of a URL.") |
| 277 | 276 | ||
| 278 | (defvar browse-url-short-regexp | 277 | (defvar browse-url-short-regexp |
| 279 | (concat "[-A-Za-z0-9.]+" browse-url-path-regexp) | 278 | (concat "[-A-Za-z0-9.]+" browse-url-path-regexp) |