diff options
| author | Bastien Guerry <bzg@altern.org> | 2013-01-22 15:03:19 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-01-22 15:03:19 (GMT) |
| commit | e79349ad785c970fe41128d1be4886be42679a77 (patch) | |
| tree | 4b7237200fe82742026aeaf67c219c243ba2c638 | |
| parent | 0aae38f8fa15b99a93ffca4b94dff7ac4d2f8205 (diff) | |
| download | org-mode-e79349ad785c970fe41128d1be4886be42679a77.zip org-mode-e79349ad785c970fe41128d1be4886be42679a77.tar.gz | |
org.texi (Built-in table editor): Tiny enhancement
* org.texi (Checkboxes, Radio lists): Fix typos.
Thanks to Xue Fuqiao for pointing this.
| -rw-r--r-- | doc/org.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi index 5145150..064f763 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2060,7 +2060,7 @@ table. But it is easier just to start typing, like @tsubheading{Re-aligning and field motion} @orgcmd{C-c C-c,org-table-align} -Re-align the table without moving the cursor. +Re-align the table and don't move to another field. @c @orgcmd{<TAB>,org-table-next-field} Re-align the table, move to the next field. Creates a new row if |
