comparison lisp/browse-url.el @ 19443:39815ec1b9f8

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Aug 1997 17:25:25 +0000
parents 5b3f4890f757
children bbb59d8bca28
comparison
equal deleted inserted replaced
19442:5b3f4890f757 19443:39815ec1b9f8
259 Netscape version 1.1N or later or XMosaic version 2.5 or later." 259 Netscape version 1.1N or later or XMosaic version 2.5 or later."
260 :type 'boolean 260 :type 'boolean
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
269 (defcustom browse-url-mosaic-arguments nil 268 (defcustom browse-url-mosaic-arguments nil
270 "*A list of strings to pass to Mosaic as arguments." 269 "*A list of strings to pass to Mosaic as arguments."
271 :type '(repeat (string :tag "Argument")) 270 :type '(repeat (string :tag "Argument"))
272 :group 'browse-url) 271 :group 'browse-url)
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)
280 "A regular expression probably matching a URL without an access scheme. 279 "A regular expression probably matching a URL without an access scheme.
281 Hostname matching is stricter in this case than for 280 Hostname matching is stricter in this case than for