summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-07 09:12:22 +0100
committerBastien Guerry <bzg@altern.org>2013-02-07 09:12:22 +0100
commit8ee885cb97a1cb2974a243660bbf3ebed883ba4b (patch)
treec5617a67de40f9d099b68a598aab318f7406f517
parentce79e36ff06ef6021628795d6410350e7b2ec703 (diff)
downloadorg-mode-8ee885cb97a1cb2974a243660bbf3ebed883ba4b.tar.gz
org.texi (References): Small enhancement
* org.texi (References): Small enhancement.
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 6710af3..e70b11c 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2450,7 +2450,7 @@ $1..$3 @r{first three fields in the current row}
$P..$Q @r{range, using column names (see under Advanced)}
$<<<..$>> @r{start in third column, continue to the one but last}
@@2$1..@@4$3 @r{6 fields between these two fields (same as @code{A2..C4})}
-@@-1$-2..@@-1 @r{in the first row up, 3 fields from 2 columns on the left}
+@@-1$-2..@@-1 @r{3 fields in the row above, starting from 2 columns on the left}
@@I..II @r{between first and second hline, short for @code{@@I..@@II}}
@end example