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

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

[elpa] externals/org-real 5acd2b0a28 150/188: Linting


From: ELPA Syncer
Subject: [elpa] externals/org-real 5acd2b0a28 150/188: Linting
Date: Sun, 5 May 2024 22:56:04 -0400 (EDT)

branch: externals/org-real
commit 5acd2b0a28551facb015586fc67b75bac9016d50
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@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 7490908174..8e7b9c3079 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]