diff options
| -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. | |||
| 1165 | A numeric argument, regardless of its value, means indent rigidly all | 1165 | A numeric argument, regardless of its value, means indent rigidly all |
| 1166 | the lines of the expression starting after point so that this line | 1166 | the lines of the expression starting after point so that this line |
| 1167 | becomes properly indented. The relative indentation among the lines | 1167 | becomes properly indented. The relative indentation among the lines |
| 1168 | of the expression are preserved. | 1168 | of the expression is preserved. |
| 1169 | 1169 | ||
| 1170 | [*] The amount and kind of whitespace inserted is controlled by the | 1170 | [*] The amount and kind of whitespace inserted is controlled by the |
| 1171 | variable `c-insert-tab-function', which is called to do the actual | 1171 | variable `c-insert-tab-function', which is called to do the actual |