summaryrefslogtreecommitdiff
path: root/dh-elpa.el
diff options
context:
space:
mode:
authorBarak A. Pearlmutter <barak+git@pearlmutter.net>2015-09-10 17:16:17 +0100
committerBarak A. Pearlmutter <barak+git@pearlmutter.net>2015-09-15 10:09:25 +0100
commit67ddb39f3f6ffdbbe66e9ebce445431a3cfad563 (patch)
treeb652c9be4f781ce563e2c634206281ce6499ae48 /dh-elpa.el
parent2e2a935033fd8254f172db7c3c73b0b2837c74dd (diff)
fix typo in dhelpa-batch-install-file doc string
Diffstat (limited to 'dh-elpa.el')
-rw-r--r--dh-elpa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh-elpa.el b/dh-elpa.el
index a30d642..6db53f8 100644
--- a/dh-elpa.el
+++ b/dh-elpa.el
@@ -59,7 +59,7 @@ packaging guidelines; see info node `(elisp)Packaging'."
;;;###autoload
(defun dhelpa-batch-install-file ()
- "Install second command line argument (an emacs lisp file or
+ "Install third command line argument (an emacs lisp file or
tar file) into second command line argument (a directory)"
(let ((dest (car command-line-args-left))
(el-file (cadr command-line-args-left)))