diff options
| author | Richard M. Stallman | 2007-05-12 16:59:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-12 16:59:24 +0000 |
| commit | 65aaeb8ca7ab1dfa9fd57617748446615f73e5d3 (patch) | |
| tree | 38f43cace8af65af1beac5b830563351fda99c3f | |
| parent | 76ee32964eab1115aec1182e519cd3abd2a5a0a7 (diff) | |
| download | emacs-65aaeb8ca7ab1dfa9fd57617748446615f73e5d3.tar.gz emacs-65aaeb8ca7ab1dfa9fd57617748446615f73e5d3.zip | |
(Margins): indent-to-left-margin is not the default.
(Mode-Specific Indent): For indent-line-function, the default
is indent-relative.
| -rw-r--r-- | lispref/text.texi | 13 |
1 files 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. | |||
| 1655 | @end defun | 1655 | @end defun |
| 1656 | 1656 | ||
| 1657 | @defun indent-to-left-margin | 1657 | @defun indent-to-left-margin |
| 1658 | This is the default @code{indent-line-function}, used in Fundamental | 1658 | This function adjusts the indentation at the beginning of the current |
| 1659 | mode, Text mode, etc. Its effect is to adjust the indentation at the | 1659 | line to the value specified by the variable @code{left-margin}. (That |
| 1660 | beginning of the current line to the value specified by the variable | 1660 | may involve either inserting or deleting whitespace.) This function |
| 1661 | @code{left-margin}. This may involve either inserting or deleting | 1661 | is value of @code{indent-line-function} in Paragraph-Indent Text mode. |
| 1662 | whitespace. | ||
| 1663 | @end defun | 1662 | @end defun |
| 1664 | 1663 | ||
| 1665 | @defvar left-margin | 1664 | @defvar left-margin |
| @@ -2199,9 +2198,7 @@ various commands) to indent the current line. The command | |||
| 2199 | 2198 | ||
| 2200 | In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C | 2199 | In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C |
| 2201 | mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}. | 2200 | mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}. |
| 2202 | In Fundamental mode, Text mode, and many other modes with no standard | 2201 | The default value is @code{indent-relative}. |
| 2203 | for indentation, the value is @code{indent-to-left-margin} (which is the | ||
| 2204 | default value). | ||
| 2205 | @end defvar | 2202 | @end defvar |
| 2206 | 2203 | ||
| 2207 | @deffn Command indent-according-to-mode | 2204 | @deffn Command indent-according-to-mode |