# HG changeset patch # User Karl Heuer # Date 820798476 0 # Node ID 278af59c9e29d89dbf74d3e827f5a0a11f8c4431 # Parent 2445061c92d4aa862078cefbf4b5014dd849c759 (ffap-list-env): Doc fix. diff -r 2445061c92d4 -r 278af59c9e29 lisp/ffap.el --- a/lisp/ffap.el Thu Jan 04 23:34:16 1996 +0000 +++ b/lisp/ffap.el Thu Jan 04 23:34:36 1996 +0000 @@ -564,7 +564,7 @@ ;; (ffap-file-remote-p "/foo.dom://path") (or (and ffap-ftp-regexp (string-match ffap-ftp-regexp filename) - ;; Convert "/host://path" to "/host:/path", to handle a dieing + ;; Convert "/host://path" to "/host:/path", to handle a dying ;; practice of advertising ftp paths as "host.dom://path". (if (string-match "//" filename) (concat (substring filename 0 (match-beginning 0)) @@ -677,7 +677,7 @@ (defun ffap-list-env (env &optional empty) ;; Replace this with parse-colon-path (lisp/files.el)? - "Directory list parsed from \":\"-separated ENVinronment variable. + "Directory list parsed from \":\"-separated ENVironment variable. Optional EMPTY is default if (getenv ENV) is undefined, and is also substituted for the first empty-string component, if there is one." ;; Derived from psg-list-env in RHOGEE's ff-paths and