summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-12-24 08:25:57 +0000
committerDavid Bremner <bremner@debian.org>2016-01-03 19:19:13 -0400
commit49b12c2640f442391f96b6bf1f8414505bb7e046 (patch)
tree61909949f84973ce8dc52fb0ac832990e2891299
parente16d9d66b228b36d148caa57870a2a8068894b5f (diff)
fix docstring typo
-rw-r--r--dh-elpa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh-elpa.el b/dh-elpa.el
index 564c9fb..a7630b6 100644
--- a/dh-elpa.el
+++ b/dh-elpa.el
@@ -95,7 +95,7 @@ current time is used."
The current buffer is assumed to be a single .el or .tar file
that follows the packaging guidelines; see info
node `(elisp)Packaging'. If EPOCH-TIME is non-nil, it specifies
-the time (in seconds since the epoch to be used in the generated
+the time (in seconds since the epoch) to be used in the generated
autoload files."
(interactive "D")
(let ((pkg-desc (if (derived-mode-p 'tar-mode)