summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-30 17:46:54 +0100
committerBastien Guerry <bzg@altern.org>2013-01-30 17:46:54 +0100
commite81ed15d7d547c624b0682c54a62cdca506981cc (patch)
tree6d318e4b3f38f0720f431b5f4aa7d31e7291e539
parent8e8f40ce2fadf46336238f7843b1c654e9dcec2c (diff)
parent4890bbed8c8d26b270c412cbcc6e65c508473801 (diff)
downloadorg-mode-e81ed15d7d547c624b0682c54a62cdca506981cc.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index b55cdc4..6710af3 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{3 numbers from the column to the left, 2 up to current row}
+@@-1$-2..@@-1 @r{in the first row up, 3 fields from 2 columns on the left}
@@I..II @r{between first and second hline, short for @code{@@I..@@II}}
@end example