]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-engine.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / progmodes / cc-engine.el
index 6c6a4549e61a6ea25c42dd7ca0d64bbae0427f71..1223db3b33e304cb323f9c38047645ef2138ce61 100644 (file)
@@ -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