diff lisp/find-paths.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 182f72e8cd0d
children cc15677e0335
line wrap: on
line diff
--- a/lisp/find-paths.el	Mon Aug 13 11:00:13 2007 +0200
+++ b/lisp/find-paths.el	Mon Aug 13 11:01:07 2007 +0200
@@ -263,7 +263,7 @@
 
 (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))