From 07065fb330b00ab3d34bc8f07cea2c6b3cda5ef7 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 28 Jan 2012 15:51:26 +0000 Subject: [PATCH] Docstring fixes --- package-build.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package-build.el b/package-build.el index 7f74c39d..65309ae4 100644 --- a/package-build.el +++ b/package-build.el @@ -35,8 +35,6 @@ ;; "package" here is used to mean a specific version of a project that ;; is prepared for download and installation. -;; Currently only supports single-file projects stored in git. - ;;; Code: ;; Since this library is not meant to be loaded by users @@ -61,7 +59,7 @@ :type 'string) (defun package-build-checkout-darcs (repo dir) - "checkout an svn package" + "checkout a darcs package" (with-current-buffer (get-buffer-create "*package-build-checkout*") (cond ((file-exists-p dir) @@ -120,7 +118,7 @@ (match-string-no-properties 1))))))) (defun package-build-checkout-git (repo dir &optional commit) - "checkout an git repo" + "checkout a git repo" (with-current-buffer (get-buffer-create "*package-build-checkout*") (goto-char (point-max)) (cond