comparison lisp/net/browse-url.el @ 49240:57542068b855

(browse-url-filename-alist): Doc fix.
author Kim F. Storm <storm@cua.dk>
date Tue, 14 Jan 2003 22:34:20 +0000
parents c5a36bdd65d1
children 99be3a1e2589
comparison
equal deleted inserted replaced
49239:950a5aecd9ec 49240:57542068b855
387 ("^/+" . "file:/"))) 387 ("^/+" . "file:/")))
388 "*An alist of (REGEXP . STRING) pairs used by `browse-url-of-file'. 388 "*An alist of (REGEXP . STRING) pairs used by `browse-url-of-file'.
389 Any substring of a filename matching one of the REGEXPs is replaced by 389 Any substring of a filename matching one of the REGEXPs is replaced by
390 the corresponding STRING using `replace-match', not treating STRING 390 the corresponding STRING using `replace-match', not treating STRING
391 literally. All pairs are applied in the order given. The default 391 literally. All pairs are applied in the order given. The default
392 value converts ange-ftp/EFS-style paths into ftp URLs and prepends 392 value converts ange-ftp/EFS-style file names into ftp URLs and prepends
393 `file:' to any path beginning with `/'. 393 `file:' to any file name beginning with `/'.
394 394
395 For example, adding to the default a specific translation of an ange-ftp 395 For example, adding to the default a specific translation of an ange-ftp
396 address to an HTTP URL: 396 address to an HTTP URL:
397 397
398 (setq browse-url-filename-alist 398 (setq browse-url-filename-alist