From: Juanma Barranquero Date: Thu, 15 Feb 2007 11:01:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.94~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bec6ac5dfc8224801c71fcf1122bc25e08ed7ea;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aad7c78b4e8..84f07b52b83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-02-15 Juanma Barranquero + + * play/5x5.el (5x5-crack-xor-mutate): Doc fix. + (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack) + (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings. + 2007-02-14 Juanma Barranquero * faces.el (color-values): Revert changes to docstring from diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9616199b7cb..2121eea0321 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-02-15 Juanma Barranquero + + * strings.texi (Modifying Strings): Clarify that `clear-string' + always converts the string to unibyte. + 2007-02-14 Kim F. Storm * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.