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

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

[elpa] externals/ilist 8f221c58a8 6/6: README: Forgot to update this doc


From: ELPA Syncer
Subject: [elpa] externals/ilist 8f221c58a8 6/6: README: Forgot to update this documentation.
Date: Wed, 7 Aug 2024 00:58:27 -0400 (EDT)

branch: externals/ilist
commit 8f221c58a8c694112738e346c630d4d49a41d967
Author: JSDurand <mmemmew@gmail.com>
Commit: JSDurand <mmemmew@gmail.com>

    README: Forgot to update this documentation.
---
 README.org | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 2c63ba6d9e..af7022545f 100644
--- a/README.org
+++ b/README.org
@@ -16,7 +16,9 @@ called as follows.
 
 #+begin_src emacs-lisp :eval no :exports code
   (ilist-string LIST COLUMNS GROUPS
-      &optional DISCARD-EMPTY-P SORTER NO-TRAILING-SPACE)
+                &optional
+                DISCARD-EMPTY-P SORTER NO-TRAILING-SPACE
+                SHOW-ITEM-NUM-P)
 #+end_src
 
 - LIST is the list that the user wants to display
@@ -29,6 +31,8 @@ called as follows.
   groups.
 - NO-TRAILING-SPACE is non-nil if there should be no trailing
   whitespaces in the resulting string.
+- SHOW-ITEM-NUM-P determines whether to display the number of items in
+  each group's header.
 
 ** Columns
 



reply via email to

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