summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-03-19 18:53:21 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-19 18:53:21 -0700
commit05781b2e886388076e8428c23383422b0dde7b61 (patch)
tree902c76f6f18a2771978d0e172c7d7f0048598f25 /ChangeLog.3
parentaa40014ba373ac633b118dc63647f323ef0cedb5 (diff)
downloademacs-05781b2e886388076e8428c23383422b0dde7b61.tar.gz
; Spelling fix
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.32
1 files changed, 1 insertions, 1 deletions
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.