aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authorStefan Monnier2010-12-13 10:27:36 -0500
committerStefan Monnier2010-12-13 10:27:36 -0500
commitf49d1f52b2e368ef67dcfececd426de958548f4e (patch)
treece24ced92f2acc976daf4b69e3634c8bd600e44e /doc/lispref/text.texi
parent07176b2a9e63a0d3933b167f987475d8a18da5cc (diff)
parent11aad4e9f9f54ce8e9ecc66347e512b20a3cdf39 (diff)
downloademacs-f49d1f52b2e368ef67dcfececd426de958548f4e.tar.gz
emacs-f49d1f52b2e368ef67dcfececd426de958548f4e.zip
Merge from emacs-23
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi4
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
2204This variable's value is the function to be used by @key{TAB} (and 2204This variable's value is the function to be used by @key{TAB} (and
2205various commands) to indent the current line. The command 2205various 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
2208In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C 2208In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C
2209mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}. 2209mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}.
2210The default value is @code{indent-relative}. 2210The 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