summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-18 01:25:15 +0100
committerBastien Guerry <bzg@altern.org>2011-01-18 01:25:15 +0100
commit135085b2c25e68b5f61f41f42b249ce414378c37 (patch)
tree6414a0901865717234cb2ce8ac4ddb448e809072
parentc8ec337d68073a85747bd2d5600b0d108177c873 (diff)
downloadorg-mode-135085b2c25e68b5f61f41f42b249ce414378c37.tar.gz
doc/org.texi: slight rewriting on using #+INCLUDE with lines ranges
-rw-r--r--doc/org.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org.texi b/doc/org.texi
index d48f4db..6592356 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -8893,10 +8893,10 @@ use
#+INCLUDE: "~/snippets/xx" :prefix1 " + " :prefix " "
@end example
-You can also include a portion of a file, by specifying a range of line
-numbers using the @code{:lines} parameter. The line with the line number
-equal to the end of the range, will not be included. The start or/and the
-end limits of the range, may be omitted to use the obvious defaults.
+You can also include a portion of a file by specifying a lines range using
+the @code{:lines} parameter. The line at the upper end of the range will not
+be included. The start and/or the end of the range may be omitted to use the
+obvious defaults.
@example
#+INCLUDE: "~/.emacs" :lines "5-10" @r{Include lines 5 to 10, 10 excluded}