branch: externals/org-modern
commit e0f0b01c69008b40e0aedf661b50f759cadf0fb0
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>

    Docstring
---
 org-modern-indent.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/org-modern-indent.el b/org-modern-indent.el
index 1d195f93d4..ec25ffd1fa 100644
--- a/org-modern-indent.el
+++ b/org-modern-indent.el
@@ -106,6 +106,8 @@ guide unicode character."
   (forward-line))
 
 (defun org-modern-indent-block-insert (fun &rest r)
+  "Refresh block after insertion.
+To be set as :around advice for `org-insert-structure-template'."
   (let* ((reg (use-region-p))
         (p (if reg (region-beginning) (point)))
         (m (point-marker)))

Reply via email to