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

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

[elpa] externals/org-real 80799f6 150/160: Linting


From: ELPA Syncer
Subject: [elpa] externals/org-real 80799f6 150/160: Linting
Date: Wed, 6 Oct 2021 16:58:35 -0400 (EDT)

branch: externals/org-real
commit 80799f639fca9de2fe0214fbdab694acc40dc5c8
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@gmail.com>

    Linting
---
 org-real.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/org-real.el b/org-real.el
index 7490908..8e7b9c3 100644
--- a/org-real.el
+++ b/org-real.el
@@ -525,7 +525,9 @@ ORIG is `org-insert-link', ARGS are the arguments passed to 
it."
 (cl-defmethod org-real--make-instance ((_ (subclass boxy-box))
                                        containers
                                        &optional skip-primary)
-  "Create a `boxy-box' from CONTAINERS."
+  "Create a `boxy-box' from CONTAINERS.
+
+If SKIP-PRIMARY is non-nil, don't highlight the primary box."
   (let ((world (boxy-box
                 :margin-x org-real-margin-x
                 :margin-y org-real-margin-y
@@ -541,6 +543,8 @@ ORIG is `org-insert-link', ARGS are the arguments passed to 
it."
                                        force-visible)
   "Add the first container from CONTAINERS to PREV.
 
+If SKIP-PRIMARY, don't highlight the primary box.
+
 If FORCE-VISIBLE, force the child to be visible regardless of its
 level."
   (let* ((container (pop containers))



reply via email to

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