diff options
Diffstat (limited to 'doc/emacs/indent.texi')
-rw-r--r-- | doc/emacs/indent.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 24a817fd674..3b18d17ab2b 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi @@ -21,7 +21,8 @@ documentation about indenting in programming modes. The simplest way to perform indentation is the @key{TAB} key. In most major modes, this runs the command @code{indent-for-tab-command}. (In C and related modes, @key{TAB} runs the command -@code{c-indent-line-or-region}, which behaves similarly). +@code{c-indent-line-or-region}, which behaves similarly, @pxref{C +Indent}). @table @key @item TAB @@ -200,7 +201,6 @@ are always displayed as empty spaces extending to the next @node Just Spaces @section Tabs vs.@: Spaces -@vindex tab-width Normally, indentation commands insert (or remove) an optimal mix of space characters and tab characters to align to the desired column. Tab characters are displayed as a stretch of empty space extending to |