Browse Source

Merge branch 't/patch347'

Bastien Guerry 15 years ago
parent
commit
c560abd8e3
1 changed files with 3 additions and 6 deletions
  1. 3 6
      doc/org.texi

+ 3 - 6
doc/org.texi

@@ -1708,8 +1708,7 @@ unpredictable for you, configure the variables
 
 
 @table @kbd
 @table @kbd
 @tsubheading{Creation and conversion}
 @tsubheading{Creation and conversion}
-@kindex C-c |
-@item C-c |
+@orgcmd{C-c |,org-table-create-or-convert-from-region}
 Convert the active region to table. If every line contains at least one
 Convert the active region to table. If every line contains at least one
 TAB character, the function assumes that the material is tab separated.
 TAB character, the function assumes that the material is tab separated.
 If every line contains a comma, comma-separated values (CSV) are assumed.
 If every line contains a comma, comma-separated values (CSV) are assumed.
@@ -1723,16 +1722,14 @@ table.  But it's easier just to start typing, like
 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
 
 
 @tsubheading{Re-aligning and field motion}
 @tsubheading{Re-aligning and field motion}
-@kindex C-c C-c
-@item C-c C-c
+@orgcmd{C-c C-c,org-ctrl-c-ctrl-c}
 Re-align the table without moving the cursor.
 Re-align the table without moving the cursor.
 @c
 @c
 @orgcmd{<TAB>,org-cycle}
 @orgcmd{<TAB>,org-cycle}
 Re-align the table, move to the next field.  Creates a new row if
 Re-align the table, move to the next field.  Creates a new row if
 necessary.
 necessary.
 @c
 @c
-@kindex S-@key{TAB}
-@item S-@key{TAB}
+@orgcmd{S-@key{TAB},org-shifttab}
 Re-align, move to previous field.
 Re-align, move to previous field.
 @c
 @c
 @kindex @key{RET}
 @kindex @key{RET}