emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-tree-slide d6e8e91433 129/144: Merge pull request #37


From: ELPA Syncer
Subject: [nongnu] elpa/org-tree-slide d6e8e91433 129/144: Merge pull request #37 from KaratasFurkan/create-variable-content-margin-top
Date: Tue, 18 Jan 2022 08:59:55 -0500 (EST)

branch: elpa/org-tree-slide
commit d6e8e91433dfe4968f1343b483f2680f45a77d52
Merge: d9fede1544 a9dcef402a
Author: Takaaki ISHIKAWA <takaxp@ieee.org>
Commit: GitHub <noreply@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]