diff options
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r-- | lisp/progmodes/cc-engine.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 6c6a4549e61..1223db3b33e 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -671,8 +671,8 @@ position if that is less ('same is returned in this case). NOERROR turns off error logging to `c-parsing-error'. -Normally only ';' and virtual semicolons are considered to delimit -statements, but if COMMA-DELIM is non-nil then ',' is treated +Normally only `;' and virtual semicolons are considered to delimit +statements, but if COMMA-DELIM is non-nil then `,' is treated as a delimiter too. Note that this function might do hidden buffer changes. See the |