# HG changeset patch # User Richard M. Stallman # Date 1178989164 0 # Node ID d20350ec6697deeb89eda07475e3fbd81fd18a8e # Parent 2a62a650d2b45a961b82ed9d490be634d96dfc5e (Margins): indent-to-left-margin is not the default. (Mode-Specific Indent): For indent-line-function, the default is indent-relative. diff -r 2a62a650d2b4 -r d20350ec6697 lispref/text.texi --- a/lispref/text.texi Sat May 12 16:58:31 2007 +0000 +++ b/lispref/text.texi Sat May 12 16:59:24 2007 +0000 @@ -1655,11 +1655,10 @@ @end defun @defun indent-to-left-margin -This is the default @code{indent-line-function}, used in Fundamental -mode, Text mode, etc. Its effect is to adjust the indentation at the -beginning of the current line to the value specified by the variable -@code{left-margin}. This may involve either inserting or deleting -whitespace. +This function adjusts the indentation at the beginning of the current +line to the value specified by the variable @code{left-margin}. (That +may involve either inserting or deleting whitespace.) This function +is value of @code{indent-line-function} in Paragraph-Indent Text mode. @end defun @defvar left-margin @@ -2199,9 +2198,7 @@ In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}. -In Fundamental mode, Text mode, and many other modes with no standard -for indentation, the value is @code{indent-to-left-margin} (which is the -default value). +The default value is @code{indent-relative}. @end defvar @deffn Command indent-according-to-mode