diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-25 21:31:49 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-25 21:31:49 +0000 |
commit | 21d461130ecb44fff06bde3b4f0aebb7621b01ce (patch) | |
tree | b594ca3c925a0cd101f7dce888b5c833da6ea9a9 /lisp | |
parent | 3edf5284641804b655100d2c441ba09fc2bff243 (diff) | |
download | emacs-21d461130ecb44fff06bde3b4f0aebb7621b01ce.tar.gz |
Minor doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cc-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 7f2535f4f4e..e71c5230453 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el @@ -3156,7 +3156,7 @@ non-nil." (defun c-indent-line-or-region (&optional arg region) "Indent active region, current line, or block starting on this line. In Transient Mark mode, when the region is active, reindent the region. -Othewise, with a prefix argument, rigidly reindent the expression +Otherwise, with a prefix argument, rigidly reindent the expression starting on the current line. Otherwise reindent just the current line." (interactive |