projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf721a
)
(indent-for-tab-command): Fix doc-string typo.
author
Martin Rudalics
<rudalics@gmx.at>
Wed, 19 Dec 2007 09:24:31 +0000
(09:24 +0000)
committer
Martin Rudalics
<rudalics@gmx.at>
Wed, 19 Dec 2007 09:24:31 +0000
(09:24 +0000)
lisp/indent.el
patch
|
blob
|
history
diff --git
a/lisp/indent.el
b/lisp/indent.el
index 225395dcc80e16490db16543ba6f68fb13292e98..96f65dcf778b31df709291190d6e6dc3f71a8741 100644
(file)
--- 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'."