# HG changeset patch # User Martin Rudalics # Date 1198056271 0 # Node ID 9088a29785d119fd9620c4d68d19a7bdd2556968 # Parent 8ca08c950560f4b4e27af7bdf5a341c53df40a98 (indent-for-tab-command): Fix doc-string typo. diff -r 8ca08c950560 -r 9088a29785d1 lisp/indent.el --- a/lisp/indent.el Wed Dec 19 09:24:01 2007 +0000 +++ b/lisp/indent.el Wed Dec 19 09:24:31 2007 +0000 @@ -82,7 +82,7 @@ Depending on `tab-always-indent', either insert a tab or indent. If initial point was within line's indentation, position after the indentation. Else stay at same point in text. -If `transient-mark-mode' is turned on the region is active, +If `transient-mark-mode' is turned on and the region is active, indent the region. The function actually called to indent the line is determined by the value of `indent-line-function'."