diff options
| -rw-r--r-- | doc/emacs/indent.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 4811c522a9c..3cdb19a2892 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi | |||
| @@ -47,7 +47,8 @@ it indents every line in the region (@pxref{Mark}). Indentation means | |||
| 47 | adding or removing some combination of space and tab characters | 47 | adding or removing some combination of space and tab characters |
| 48 | (@dfn{whitespace characters}) at the start of the line, in a way that | 48 | (@dfn{whitespace characters}) at the start of the line, in a way that |
| 49 | makes sense given the text in the preceding lines. Exactly how | 49 | makes sense given the text in the preceding lines. Exactly how |
| 50 | indentation is performed depends on the major mode. | 50 | indentation is performed depends on the major mode. @xref{Program |
| 51 | Indent}. | ||
| 51 | 52 | ||
| 52 | In text modes, @key{TAB} inserts some whitespace characters to | 53 | In text modes, @key{TAB} inserts some whitespace characters to |
| 53 | advance point to the next tab stop (@pxref{Tab Stops}). For the | 54 | advance point to the next tab stop (@pxref{Tab Stops}). For the |