summaryrefslogtreecommitdiff
path: root/docs/ref/rst/directives.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/rst/directives.txt')
-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.