changeset 1063:1e083700f98c

doc: fix incorrect example of post.lisp listed usage The listed post.lisp option takes a single argument, not a list. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sat, 24 Oct 2020 08:24:22 -0400
parents 3ca4f367c752
children 6253a5651a47
files docs/lisp-metadata.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/lisp-metadata.txt	Fri Aug 28 03:30:45 2020 +0000
+++ b/docs/lisp-metadata.txt	Sat Oct 24 08:24:22 2020 -0400
@@ -16,7 +16,7 @@
  (fmt . 3)
  (tags "tag1" "tag2")
  (comments 1 2 3)
- (listed #t))
+ (listed . #t))
 
 
 Most entries are self explanatory.  With that said,