]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Mar 2018 01:53:21 +0000 (18:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Mar 2018 01:53:21 +0000 (18:53 -0700)
ChangeLog.3

index ea4d71c63aea20fe29e798a66063006a0bf91986..2dbe6c4bdbde6a1b72c985835bbaaab0696e7b68 100644 (file)
        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.