summaryrefslogtreecommitdiff
path: root/lisp/indent.el
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2007-12-19 09:24:31 +0000
committerMartin Rudalics <rudalics@gmx.at>2007-12-19 09:24:31 +0000
commitd6a4ad74755e30a7926b43263310973d9578193f (patch)
tree3107f31c23151de89778cbe327a0b6485e831f6e /lisp/indent.el
parentccf721a6259d770f239a56ce40b1abf4edd97ed0 (diff)
downloademacs-d6a4ad74755e30a7926b43263310973d9578193f.tar.gz
(indent-for-tab-command): Fix doc-string typo.
Diffstat (limited to 'lisp/indent.el')
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
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'."