; Spelling fix

This commit is contained in:
Paul Eggert 2018-03-19 18:53:21 -07:00
parent aa40014ba3
commit 05781b2e88

View file

@ -2769,7 +2769,7 @@
This fixes bug #28623.
* lisp/progmodes/cc-engine.el (c-looking-at-or-maybe-in-bracelist): When
testing for being enclosed in parens, recognise also a brace directly
testing for being enclosed in parens, recognize also a brace directly
following a comma, as well as a brace being the first thing inside the paren.
Enhance the return value, by indicating when we're directly inside an open
paren.