[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
- [elpa] externals/ilist updated (3f433899ce -> 8f221c58a8), ELPA Syncer, 2024/08/07
- [elpa] externals/ilist 622ec48b7e 1/6: Fix a calculation in `ilist-truncate`., ELPA Syncer, 2024/08/07
- [elpa] externals/ilist 6fb7921650 2/6: Fix a documantation., ELPA Syncer, 2024/08/07
- [elpa] externals/ilist faa9374d15 3/6: Add an argument to display the number of items in each group., ELPA Syncer, 2024/08/07
- [elpa] externals/ilist 5a57e52122 5/6: Bump version to 0.4, ELPA Syncer, 2024/08/07
- [elpa] externals/ilist 8f221c58a8 6/6: README: Forgot to update this documentation.,
ELPA Syncer <=
- [elpa] externals/ilist 7cd5f15030 4/6: Update documentations, ELPA Syncer, 2024/08/07