diff options
| author | Stefan Monnier | 2010-12-13 10:27:36 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-13 10:27:36 -0500 |
| commit | f49d1f52b2e368ef67dcfececd426de958548f4e (patch) | |
| tree | ce24ced92f2acc976daf4b69e3634c8bd600e44e /doc/lispref/text.texi | |
| parent | 07176b2a9e63a0d3933b167f987475d8a18da5cc (diff) | |
| parent | 11aad4e9f9f54ce8e9ecc66347e512b20a3cdf39 (diff) | |
| download | emacs-f49d1f52b2e368ef67dcfececd426de958548f4e.tar.gz emacs-f49d1f52b2e368ef67dcfececd426de958548f4e.zip | |
Merge from emacs-23
Diffstat (limited to 'doc/lispref/text.texi')
| -rw-r--r-- | doc/lispref/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 45d358366de..3c14a8cf5db 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -2203,11 +2203,11 @@ The functions in this section return unpredictable values. | |||
| 2203 | @defvar indent-line-function | 2203 | @defvar indent-line-function |
| 2204 | This variable's value is the function to be used by @key{TAB} (and | 2204 | This variable's value is the function to be used by @key{TAB} (and |
| 2205 | various commands) to indent the current line. The command | 2205 | various commands) to indent the current line. The command |
| 2206 | @code{indent-according-to-mode} does no more than call this function. | 2206 | @code{indent-according-to-mode} does little more than call this function. |
| 2207 | 2207 | ||
| 2208 | In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C | 2208 | In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C |
| 2209 | mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}. | 2209 | mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}. |
| 2210 | The default value is @code{indent-relative}. | 2210 | The default value is @code{indent-relative}. @xref{Auto-Indentation}. |
| 2211 | @end defvar | 2211 | @end defvar |
| 2212 | 2212 | ||
| 2213 | @deffn Command indent-according-to-mode | 2213 | @deffn Command indent-according-to-mode |