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

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

[elpa] externals/taxy a1f9081 29/42: Comment: Add TODOs


From: ELPA Syncer
Subject: [elpa] externals/taxy a1f9081 29/42: Comment: Add TODOs
Date: Wed, 15 Sep 2021 12:57:31 -0400 (EDT)

branch: externals/taxy
commit a1f9081d5c432701626d933747e15a67b192a31c
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Comment: Add TODOs
---
 taxy-magit-section.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index ce07245..61c483a 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -179,6 +179,8 @@ Default visibility function for
 
 ;;;;; Macros
 
+;; TODO: Document this.
+
 (cl-defmacro taxy-magit-section-define-column-definer (prefix &key 
columns-variable-docstring)
   "FIXME: Docstring."
   (let* ((definer-name (intern (format "%s-define-column" prefix)))
@@ -276,6 +278,8 @@ PLIST may be a plist setting the following options:
 ;; I'm not sure which would perform better; I guess that with many lines, 
redisplay might take longer to use the
 ;; display properties for alignment than just having pre-aligned lines of text.
 
+;; TODO: Document this.
+
 (defun taxy-magit-section-format-items (columns formatters taxy)
   "Return a cons (table . column-sizes) for COLUMNS, FORMATTERS, and TAXY.
 COLUMNS is a list of column names, each of which should have an
@@ -327,6 +331,7 @@ the items' values for each column."
                 table)
        (cons table column-sizes)))))
 
+;; TODO: Document this.
 (defun taxy-magit-section-format-header (column-sizes formatters)
   "Return header string for COLUMN-SIZES and FORMATTERS.
 COLUMN-SIZES should be the CDR of the cell returned by



reply via email to

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