comparison lisp/packages.el @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents 311f6817efc2
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
479 PACKAGE-HIERARCHIES is a list of package directories." 479 PACKAGE-HIERARCHIES is a list of package directories."
480 (packages-find-package-library-path package-hierarchies '("info"))) 480 (packages-find-package-library-path package-hierarchies '("info")))
481 481
482 (defun packages-find-package-data-path (package-hierarchies) 482 (defun packages-find-package-data-path (package-hierarchies)
483 "Construct the data-path component for packages. 483 "Construct the data-path component for packages.
484 PACKAGE-HIERARCHIES is a list of package hierachies." 484 PACKAGE-HIERARCHIES is a list of package hierarchies."
485 (paths-find-recursive-load-path 485 (paths-find-recursive-load-path
486 (packages-find-package-library-path package-hierarchies 486 (packages-find-package-library-path package-hierarchies
487 '("etc")) 487 '("etc"))
488 packages-data-path-depth)) 488 packages-data-path-depth))
489 489