Skip to content

Commit

Permalink
Clarify doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Sep 15, 2017
1 parent 7c9d699 commit 9693b26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ox-hugo.el
Expand Up @@ -1502,7 +1502,12 @@ are \"toml\" and \"yaml\"."
The condition to check validity is that the EXPORT_FILE_NAME
property is defined for the subtree element.
Return nil if a valid Hugo post subtree is not found."
As this function is intended to be called inside a valid Hugo
post subtree, doing so also moves the point to the beginning of
the heading of that subtree.
Return nil if a valid Hugo post subtree is not found. The point
will be moved in this case too."
(catch 'break
(while :infinite
(let* ((entry (org-element-at-point))
Expand Down

0 comments on commit 9693b26

Please sign in to comment.