summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2012-02-26 18:31:11 +1300
committerStuart Rackham <srackham@methods.co.nz>2012-02-26 18:31:11 +1300
commita3ab7a8bd4d9c6968b32c8d63566e94e679c98b4 (patch)
treee79e60f34f25f30b232dc7dbdc1b3117fb78bb85
parentfa9a78c7d8d4cb0bc66a23fcec85a48701f90187 (diff)
downloadasciidoc-a3ab7a8bd4d9c6968b32c8d63566e94e679c98b4.tar.gz
Documentation update to correct error in r1128.
-rw-r--r--doc/asciidoc.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index d64e5ff..dadd961 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -210,9 +210,11 @@ backend <<X101,plugins>>.
- A backend plugin is used just like the built-in backends.
- Backend plugins <<X27,take precedence>> over built-in backends with
the same name.
-- You can use the `{backend-confdir}` <<X60, intrinsic attribute>> to
+- You can use the `{asciidoc-confdir}` <<X60, intrinsic attribute>> to
refer to the built-in backend configuration file location from
backend plugin configuration files.
+- You can use the `{backend-confdir}` <<X60, intrinsic attribute>> to
+ refer to the backend plugin configuration file location.
- By default backends plugins are installed in
`$HOME/.asciidoc/backends/<backend>` where `<backend>` is the
backend name.