diff options
| author | JSDurand <mmemmew@gmail.com> | 2024-08-07 12:10:50 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2024-08-07 12:10:50 +0800 |
| commit | 8f221c58a8c694112738e346c630d4d49a41d967 (patch) | |
| tree | 454beb5a2baee578b454b93519379feba3a8d4c4 | |
| parent | 5a57e52122fe483fa9bd39049c13a25334e408da (diff) | |
README: Forgot to update this documentation.externals/ilist
| -rw-r--r-- | README.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
