diff options
Diffstat (limited to 'help/C')
| -rw-r--r-- | help/C/index.docbook | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/help/C/index.docbook b/help/C/index.docbook index 201a6620..406e234b 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -1316,6 +1316,22 @@                              <para>Move the selected line down one line.</para>                          </entry>                      </row> +                    <row valign="top"> +                        <entry> +                            <para>Tab</para> +                        </entry> +                        <entry> +                            <para>Increase indent of the selected lines.</para> +                        </entry> +                    </row> +                    <row valign="top"> +                        <entry> +                            <para>Shift + Tab</para> +                        </entry> +                        <entry> +                            <para>Decrease indent of the selected lines.</para> +                        </entry> +                    </row>                  </tbody>              </tgroup>          </informaltable> | 
