diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 18:00:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 18:00:49 +0000 |
commit | 5f625d0c092478148b779751bf42db35482e0800 (patch) | |
tree | 98fd38e0c4043cda6149e8f9f89248b86d8c51bc /lisp/progmodes/cc-cmds.el | |
parent | 05175c54515743480526d99e09f0ffaf42fb01c1 (diff) | |
download | emacs-5f625d0c092478148b779751bf42db35482e0800.tar.gz |
(c-indent-command): Doc fix.
Diffstat (limited to 'lisp/progmodes/cc-cmds.el')
-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 35f1d0917c7..9877832804a 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el @@ -1165,7 +1165,7 @@ but the line is always reindented. A numeric argument, regardless of its value, means indent rigidly all the lines of the expression starting after point so that this line becomes properly indented. The relative indentation among the lines -of the expression are preserved. +of the expression is preserved. [*] The amount and kind of whitespace inserted is controlled by the variable `c-insert-tab-function', which is called to do the actual |