From 94d9ff0e44c139a924a2a45d081d2aeca342811a Mon Sep 17 00:00:00 2001 From: strank Date: Mon, 12 Mar 2007 11:36:05 +0000 Subject: renamed after/until options to start-after/end-before git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/include-after-until@5014 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/ref/rst/directives.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') 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. -- cgit v1.2.1