summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:34:36 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:34:36 +0000
commit1c439b6728d1f26bd0747d3b771782b1d7e7a4c6 (patch)
treeba8a8c22295047303bb45050f4a9e9c3020079dc /lisp/ffap.el
parent8791a21c2b3f15ea6ae49616efb3cac6e3edee6e (diff)
downloademacs-1c439b6728d1f26bd0747d3b771782b1d7e7a4c6.tar.gz
(ffap-list-env): Doc fix.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el4
1 files 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