comparison lisp/package-get.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 2a54dfbe434f
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
416 If the optional FORCE-CURRENT argument or the value of 416 If the optional FORCE-CURRENT argument or the value of
417 `package-get-always-update' is Non-nil, try to update the database 417 `package-get-always-update' is Non-nil, try to update the database
418 from a location in `package-get-remote'. Otherwise a local copy is used 418 from a location in `package-get-remote'. Otherwise a local copy is used
419 if available and remote access is never done. 419 if available and remote access is never done.
420 420
421 Please use FORCE-CURRENT only when the user is explictly dealing with packages 421 Please use FORCE-CURRENT only when the user is explicitly dealing with packages
422 and remote access is likely in the near future." 422 and remote access is likely in the near future."
423 (setq force-current (or force-current package-get-always-update)) 423 (setq force-current (or force-current package-get-always-update))
424 (unless (and (boundp 'package-get-base) 424 (unless (and (boundp 'package-get-base)
425 package-get-base 425 package-get-base
426 (or (not force-current) package-get-was-current)) 426 (or (not force-current) package-get-was-current))