doc: Fix a typo in procedure name.

* doc/haunt.texi ("Posts"): s/post-data/post-date/
This commit is contained in:
Vladimir Zhbanov 2016-06-07 11:19:05 +03:00 committed by David Thompson
parent 7e01cff135
commit ef02127d54
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ The default date of a post when no other date is specified in the
metadata association list. metadata association list.
@end defvr @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 Return the date for @var{post}, or @code{%default-date} if no date is
specified. specified.
@end deffn @end deffn