Mercurial > emacs
changeset 13979:278af59c9e29
(ffap-list-env): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Jan 1996 23:34:36 +0000 |
parents | 2445061c92d4 |
children | ad74bc8e877f |
files | lisp/ffap.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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