From: Paul Eggert Date: Tue, 20 Mar 2018 01:53:21 +0000 (-0700) Subject: ; Spelling fix X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44c15fe009d7664d211afc183da153e45b748160;p=emacs.git ; Spelling fix --- diff --git a/ChangeLog.3 b/ChangeLog.3 index ea4d71c63ae..2dbe6c4bdbd 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -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.