aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/indent.texi3
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
47adding or removing some combination of space and tab characters 47adding 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
49makes sense given the text in the preceding lines. Exactly how 49makes sense given the text in the preceding lines. Exactly how
50indentation is performed depends on the major mode. 50indentation is performed depends on the major mode. @xref{Program
51Indent}.
51 52
52 In text modes, @key{TAB} inserts some whitespace characters to 53 In text modes, @key{TAB} inserts some whitespace characters to
53advance point to the next tab stop (@pxref{Tab Stops}). For the 54advance point to the next tab stop (@pxref{Tab Stops}). For the