From 757bd20c31c3becdc2872c45e3632af603aa6703 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 23:34:36 +0000 Subject: [PATCH] (ffap-list-env): Doc fix. --- lisp/ffap.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2