Mercurial > hg > xemacs-beta
diff lisp/package-get.el @ 629:a6c89d799f00
[xemacs-hg @ 2001-07-15 08:18:59 by adrian]
[PATCH] xemacs-21.5: typo fixes of of this this nature for lisp/ <8zhqhahu.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Sun, 15 Jul 2001 08:18:59 +0000 |
parents | e545f3ec2337 |
children | 8e8a7b205142 |
line wrap: on
line diff
--- a/lisp/package-get.el Sat Jul 14 08:42:17 2001 +0000 +++ b/lisp/package-get.el Sun Jul 15 08:18:59 2001 +0000 @@ -951,7 +951,7 @@ (defun package-get-staging-dir (filename) "Return a good place to stash FILENAME when it is retrieved. Use `package-get-dir' for directory to store stuff. -Creates `package-get-dir' it it doesn't exist." +Creates `package-get-dir' if it doesn't exist." (interactive "FPackage filename: ") (if (not (file-exists-p package-get-dir)) (make-directory package-get-dir))