diff options
| author | Carsten Dominik | 2008-12-18 22:57:53 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-12-18 22:57:53 +0000 |
| commit | 73ef3bde2124bc05c093a37d7f6634a59587ded4 (patch) | |
| tree | a841c09d4eb6fe6bccf82a3361d1875199eb29d5 | |
| parent | 17a0aa82253c19a14a743c7fcba33beb73a68e52 (diff) | |
| download | emacs-73ef3bde2124bc05c093a37d7f6634a59587ded4.tar.gz emacs-73ef3bde2124bc05c093a37d7f6634a59587ded4.zip | |
2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (References): Remove mentioning of @0 as reference for the
last line, this has been reverted in the Lisp sources.
| -rw-r--r-- | doc/misc/org.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 39c94aa1ee6..b54db8cfffc 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -1782,8 +1782,7 @@ Org also uses another, more general operator that looks like this: | |||
| 1782 | 1782 | ||
| 1783 | @noindent | 1783 | @noindent |
| 1784 | Column references can be absolute like @samp{1}, @samp{2},...@samp{N}, | 1784 | Column references can be absolute like @samp{1}, @samp{2},...@samp{N}, |
| 1785 | or relative to the current column like @samp{+1} or @samp{-2}. As a special | 1785 | or relative to the current column like @samp{+1} or @samp{-2}. |
| 1786 | case, @samp{@@0} references the last data line in the table. | ||
| 1787 | 1786 | ||
| 1788 | The row specification only counts data lines and ignores horizontal | 1787 | The row specification only counts data lines and ignores horizontal |
| 1789 | separator lines (hlines). You can use absolute row numbers | 1788 | separator lines (hlines). You can use absolute row numbers |