diff options
author | Vladimir Zhbanov <vzhbanov@gmail.com> | 2016-06-07 11:19:05 +0300 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-06-07 07:55:05 -0400 |
commit | ef02127d54fc1f83bc3fed151eba32d8037df5c8 (patch) | |
tree | 39d4055e9f1745b4732fb8d1d2b4da78171dd198 /doc | |
parent | 7e01cff135d0918f4883f2c4f756b8a859678c38 (diff) |
doc: Fix a typo in procedure name.
* doc/haunt.texi ("Posts"): s/post-data/post-date/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haunt.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haunt.texi b/doc/haunt.texi index 29c968e..2a48d23 100644 --- a/doc/haunt.texi +++ b/doc/haunt.texi @@ -502,7 +502,7 @@ The default date of a post when no other date is specified in the metadata association list. @end defvr -@deffn {Scheme Procedure} post-data @var{post} +@deffn {Scheme Procedure} post-date @var{post} Return the date for @var{post}, or @code{%default-date} if no date is specified. @end deffn |