summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorstrank <strank@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-03-12 11:36:05 +0000
committerstrank <strank@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-03-12 11:36:05 +0000
commit94d9ff0e44c139a924a2a45d081d2aeca342811a (patch)
tree5a492f9290e4c4f370a0993c3f52a85713de4fac /docs
parent33fa19979381c41ba619ce55bb1411056bc82e28 (diff)
downloaddocutils-include-after-until.tar.gz
renamed after/until options to start-after/end-beforeinclude-after-until
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/include-after-until@5014 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/rst/directives.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/rst/directives.txt b/docs/ref/rst/directives.txt
index 36b38fe86..f99bcdd8a 100644
--- a/docs/ref/rst/directives.txt
+++ b/docs/ref/rst/directives.txt
@@ -1371,11 +1371,11 @@ __ substitutions.html
The following options are recognized:
-``after`` : text to find in the external data file
+``start-after`` : text to find in the external data file
Only the content after the first occurrence of the specified text
will be included.
-``until`` : text to find in the external data file
+``end-before`` : text to find in the external data file
Only the content before the first occurrence of the specified text
(but after any ``after`` text) will be included.