]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-for-tab-command): Fix doc-string typo.
authorMartin Rudalics <rudalics@gmx.at>
Wed, 19 Dec 2007 09:24:31 +0000 (09:24 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 19 Dec 2007 09:24:31 +0000 (09:24 +0000)
lisp/indent.el

index 225395dcc80e16490db16543ba6f68fb13292e98..96f65dcf778b31df709291190d6e6dc3f71a8741 100644 (file)
@@ -82,7 +82,7 @@ special; we don't actually use them here."
 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'."