site: Fix procedure name in doc string.

* haunt/site.scm (site): Change "POST-SLUG" to "MAKE-SLUG" in doc
  string.
This commit is contained in:
Ricardo Wurmus 2015-07-28 09:22:39 +02:00 committed by David Thompson
parent 615361a220
commit ed271eb079
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ POSTS-DIRECTORY: The directory where posts are found
BUILD-DIRECTORY: The directory that generated pages are stored in
DEFAULT-METADATA: An alist of arbitrary default metadata for posts
whose keys are symbols
POST-SLUG: A procedure generating a file name slug from a post
MAKE-SLUG: A procedure generating a file name slug from a post
READERS: A list of reader objects for processing posts
BUILDERS: A list of procedures for building pages from posts"
(make-site title domain posts-directory build-directory