diff --git a/etc/ChangeLog b/etc/ChangeLog index 4cad9c762a2..62f00d05aca 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-02-23 Juanma Barranquero + + * NEWS: Fix references to ?« and ?» that got mangled somehow. + 2014-02-09 Lars Ingebrigtsen * NEWS: Mention all the Apropos face options that have been diff --git a/etc/NEWS b/etc/NEWS index d3ad574ea70..f7a36c51fc2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1063,8 +1063,8 @@ The new optional CHECK-TIMERS parameter allows for the prior behavior. ** `defvar' and `defcustom' in a let-binding affect the "external" default. --- -** The syntax of ?» and ?« is now punctuation instead of matched parens. -Some languages match those as »...«, and others as «...», so it is +** The syntax of ?» and ?« is now punctuation instead of matched parens. +Some languages match those as »...«, and others as «...», so it is better for Emacs to stay neutral by default. ---