From 65aaeb8ca7ab1dfa9fd57617748446615f73e5d3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 May 2007 16:59:24 +0000 Subject: [PATCH] (Margins): indent-to-left-margin is not the default. (Mode-Specific Indent): For indent-line-function, the default is indent-relative. --- lispref/text.texi | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lispref/text.texi b/lispref/text.texi index b8c344e0e7a..cfd9f644d5a 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -1655,11 +1655,10 @@ they default to the whole buffer. @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 @@ various commands) to indent the current line. The command 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 -- 2.39.5