]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix my ChangeLog entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 17:41:25 +0000 (10:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 17:41:25 +0000 (10:41 -0700)
src/ChangeLog

index 2fb4780508290e5f4a9ea0670db6f6cad37ea5f4..b89fe55ec3028739ec91a013420eba1ec97d2f1a 100644 (file)
@@ -15,8 +15,8 @@
 2011-09-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
-       This occurs when processing a multibyte format, which can happen
-       when using 'eval'.  Problem reported by Wolfgang Jenker.
+       This occurs when processing a multibyte format.
+       Problem reported by Wolfgang Jenker.
 
 2011-09-15  Johan Bockgård  <bojohan@gnu.org>