changeset 87336:9088a29785d1

(indent-for-tab-command): Fix doc-string typo.
author Martin Rudalics <rudalics@gmx.at>
date Wed, 19 Dec 2007 09:24:31 +0000
parents 8ca08c950560
children bad7c1eb5392
files lisp/indent.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'."