summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.17
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-30 20:54:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-30 20:54:42 -0700
commit1393a4d22c4f69fa4cc2f02b70431c28e3c45046 (patch)
treeae3bd9a53544a7e8206c584f3540a570eb9f717d /lisp/ChangeLog.17
parentf24011b4d17da2b39b180fb091d2e6b83aee0d57 (diff)
downloademacs-1393a4d22c4f69fa4cc2f02b70431c28e3c45046.tar.gz
; Spelling and quotation fixes
Diffstat (limited to 'lisp/ChangeLog.17')
-rw-r--r--lisp/ChangeLog.176
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index bbf25b60483..1361e7a8153 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -8033,7 +8033,7 @@
2014-08-24 Alan Mackenzie <acm@muc.de>
Handle C++11's "auto" and "decltype" constructions.
- * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
+ * progmodes/cc-engine.el (c-forward-type): Enhance to recognize
and return 'decltype.
(c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
@@ -13542,7 +13542,7 @@
c-parse-state. Don't "append-lower-brace-pair" in certain
circumstances. Also fix an obscure bug where "\\s!" shouldn't be
- recognised as a comment.
+ recognized as a comment.
* progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
as well as normal comment starter.
@@ -17480,7 +17480,7 @@
after a function declaration with only types (no identifiers) in
the parentheses. Also, accept a function declaration with just a
type inside the parentheses, if this type can be positively
- recognised as such, or if a prefix keyword like "explicit" nails
+ recognized as such, or if a prefix keyword like "explicit" nails
down the construct as a declaration.
2013-10-19 Eli Zaretskii <eliz@gnu.org>