From d6a4ad74755e30a7926b43263310973d9578193f Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Wed, 19 Dec 2007 09:24:31 +0000 Subject: [PATCH] (indent-for-tab-command): Fix doc-string typo. --- lisp/indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/indent.el b/lisp/indent.el index 225395dcc80..96f65dcf778 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -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'." -- 2.39.2