From: Chong Yidong Date: Thu, 30 Oct 2008 23:46:16 +0000 (+0000) Subject: (Indentation): Link to Program Indent. X-Git-Tag: emacs-pretest-23.0.90~2069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cae7e200d1c10ddf55518f8f902facccfc22516;p=emacs.git (Indentation): Link to Program Indent. --- 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 adding or removing some combination of space and tab characters (@dfn{whitespace characters}) at the start of the line, in a way that makes sense given the text in the preceding lines. Exactly how -indentation is performed depends on the major mode. +indentation is performed depends on the major mode. @xref{Program +Indent}. In text modes, @key{TAB} inserts some whitespace characters to advance point to the next tab stop (@pxref{Tab Stops}). For the