From: Karl Heuer Date: Thu, 4 Jan 1996 23:34:36 +0000 (+0000) Subject: (ffap-list-env): Doc fix. X-Git-Tag: emacs-19.34~1881 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=757bd20c31c3becdc2872c45e3632af603aa6703;p=emacs.git (ffap-list-env): Doc fix. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index 0878e511e0f..dcd9fe718dc 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -564,7 +564,7 @@ A string means the machine exists, but does not respond for some reason." ;; (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 @@ Variable `ffap-ftp-default-user' overrides or suppresses \"anonymous\"." (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