branch: elpa/org-tree-slide commit d6e8e91433dfe4968f1343b483f2680f45a77d52 Merge: d9fede1544 a9dcef402a Author: Takaaki ISHIKAWA <tak...@ieee.org> Commit: GitHub <nore...@github.com>
Merge pull request #37 from KaratasFurkan/create-variable-content-margin-top Update the docstring of org-tree-slide-content-margin-top variable --- org-tree-slide.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-tree-slide.el b/org-tree-slide.el index eefca6bd1f..bb83faacb5 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -113,7 +113,7 @@ When nil, the body of the subtrees will be revealed." :group 'org-tree-slide) (defcustom org-tree-slide-content-margin-top 2 - "Specify the number of blank lines, the slide will move from this line." + "Specify the margin between the slide header and its content." :type 'integer :group 'org-tree-slide)