diff options
| -rw-r--r-- | lisp/progmodes/cc-align.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el index e6e5e0c356f..53711ecb951 100644 --- a/lisp/progmodes/cc-align.el +++ b/lisp/progmodes/cc-align.el | |||
| @@ -822,7 +822,7 @@ directly after another one. E.g: | |||
| 822 | result = prefix + \"A message \" | 822 | result = prefix + \"A message \" |
| 823 | \"string.\"; <- c-lineup-string-cont | 823 | \"string.\"; <- c-lineup-string-cont |
| 824 | 824 | ||
| 825 | nil is returned in other situations, to allow stacking with other | 825 | In other situations, returns nil, to allow stacking with other |
| 826 | line-up functions. | 826 | line-up functions. |
| 827 | 827 | ||
| 828 | Works with: topmost-intro-cont, statement-cont, arglist-cont, | 828 | Works with: topmost-intro-cont, statement-cont, arglist-cont, |