aboutsummaryrefslogtreecommitdiff
path: root/ennum.el
diff options
context:
space:
mode:
Diffstat (limited to 'ennum.el')
-rw-r--r--ennum.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/ennum.el b/ennum.el
index 28109a5..476d870 100644
--- a/ennum.el
+++ b/ennum.el
@@ -25,7 +25,7 @@ Valid properties are described below.
Absolute path to directory containing the blog source code. All
paths (`:posts-directory', `:images-directory',
-`:static-directory', `:video-directory' `:other-files-directory',
+`:static-directory', `:videos-directory' `:other-files-directory',
`:output-directory', `:store', etc.) are interpreted relative to
this path.
@@ -56,7 +56,7 @@ that are linked to from a post using the \"static\" link type are
published. Static files not linked to from any post are not
published.
-`:video-directory'
+`:videos-directory'
Source directory containing video files that are linked to. Video
files that are linked to from a post using the \"video\" link
@@ -658,7 +658,7 @@ result as a string."
(pcase property
((or :blog-domain :blog-license :blog-title
:images-directory :output-directory :posts-directory
- :static-directory :tag-directory :video-directory
+ :static-directory :tag-directory :videos-directory
:working-directory)
(or (plist-get ennum-blog property)
(user-error "Property %s not defined" property)))
@@ -764,7 +764,7 @@ recognized as a directory, it should end in a slash. See
('video
(seq-map 'ennum-publish-copy
(list
- (ennum--file-join (ennum-setting :video-directory)
+ (ennum--file-join (ennum-setting :videos-directory)
(ennum-link-path link))
(ennum--file-join (ennum-setting :images-directory)
(ennum-video-link-poster link)))))))