X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Ffind-paths.el;h=cc1620178ce51540e6c79a4674b6cea4f4a460bc;hb=bbbd88d0728a26ee4cd577103be96f5a5b70630c;hp=fdd3cc2b5745c83de3926d46df4ec546476b02a2;hpb=dd8f4c0e5ff27909836e7478df6b17d816a0db28;p=chise%2Fxemacs-chise.git diff --git a/lisp/find-paths.el b/lisp/find-paths.el index fdd3cc2..cc16201 100644 --- a/lisp/find-paths.el +++ b/lisp/find-paths.el @@ -280,7 +280,7 @@ If ENFORCE-VERSION is non-nil, the directory must contain the XEmacs version." (defun paths-decode-directory-path (string &optional drop-empties) "Split STRING at path separators into a directory list. -Non-\"\" comonents are converted into directory form. +Non-\"\" components are converted into directory form. If DROP-EMPTIES is non-NIL, \"\" components are dropped from the output. Otherwise, they are left alone." (let* ((components (split-path string))