Fixed docstring
This commit is contained in:
parent
b590455405
commit
b9106bffad
2
md4tj.el
2
md4tj.el
|
@ -451,7 +451,7 @@
|
|||
(concat (md4tj-begin-tag "div" (list (list "id" "rssicon"))) (md4tj-begin-tag "a" (list (list "href" rsslink))) (md4tj-begin-tag "img" (list (list "src" "img/rss.png") (list "alt" "RSS icon") (list "style" "width:20px;height:20px;"))) (md4tj-end-tag "img") (md4tj-end-tag "a") (md4tj-end-tag "div")))
|
||||
|
||||
(defun md4tj-rss-file-from-outfile (outfile subdir)
|
||||
"Return the filename that the RSS XML should be output to given OUTFILE."
|
||||
"Return filename RSS XML should be output to given OUTFILE in SUBDIR."
|
||||
(concat (file-name-directory outfile) "/" subdir "/" "feed.xml"))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue