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.