From: Martin Rudalics Date: Wed, 19 Dec 2007 09:24:31 +0000 (+0000) Subject: (indent-for-tab-command): Fix doc-string typo. X-Git-Tag: emacs-pretest-23.0.90~8884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6a4ad74755e30a7926b43263310973d9578193f;p=emacs.git (indent-for-tab-command): Fix doc-string typo. --- 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'."