aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-01-14 22:34:20 +0000
committerKim F. Storm2003-01-14 22:34:20 +0000
commit4dd14ef04310526fe86295b646f5c7872307fc25 (patch)
tree3fb24de13f22259048eff56a68d75d410eb8341a
parent9dacec4c446210bec3a172ffc0f0abbbf0eae274 (diff)
downloademacs-4dd14ef04310526fe86295b646f5c7872307fc25.tar.gz
emacs-4dd14ef04310526fe86295b646f5c7872307fc25.zip
(browse-url-filename-alist): Doc fix.
-rw-r--r--lisp/net/browse-url.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index 2f104a06cc2..0a417a22f0f 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -389,8 +389,8 @@ commands reverses the effect of this variable. Requires Netscape version
389Any substring of a filename matching one of the REGEXPs is replaced by 389Any substring of a filename matching one of the REGEXPs is replaced by
390the corresponding STRING using `replace-match', not treating STRING 390the corresponding STRING using `replace-match', not treating STRING
391literally. All pairs are applied in the order given. The default 391literally. All pairs are applied in the order given. The default
392value converts ange-ftp/EFS-style paths into ftp URLs and prepends 392value 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
395For example, adding to the default a specific translation of an ange-ftp 395For example, adding to the default a specific translation of an ange-ftp
396address to an HTTP URL: 396address to an HTTP URL: