diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-05-20 02:35:45 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-05-20 02:35:45 +0000 |
commit | ae8ba4092c4b068779cdd8a8705d4a7872bee9c4 (patch) | |
tree | a3469ba6d3d9f1cfb2bdf5031f4b8ef81496efeb /lisp/indent.el | |
parent | 4b77f8a33fb4124bef3b22f616bd7e1440f590f4 (diff) | |
download | emacs-ae8ba4092c4b068779cdd8a8705d4a7872bee9c4.tar.gz |
* indent.el (indent-for-tab-command): Fix typo in docstring.
Diffstat (limited to 'lisp/indent.el')
-rw-r--r-- | lisp/indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index fb4e2abd0f0..e91fe0b1a29 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -82,7 +82,7 @@ If initial point was within line's indentation, position after the indentation. Else stay at same point in text. If a prefix argument is given, also rigidly indent the entire -balanced expression which starts at the beginning the current +balanced expression which starts at the beginning of the current line to reflect the current line's change in indentation. If `transient-mark-mode' is turned on and the region is active, |