Mercurial > emacs
changeset 75917:412a73a85993
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 15 Feb 2007 11:01:16 +0000 |
parents | 1cea4c7de5cf |
children | f707dcebb152 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 15 10:58:11 2007 +0000 +++ b/lisp/ChangeLog Thu Feb 15 11:01:16 2007 +0000 @@ -1,3 +1,9 @@ +2007-02-15 Juanma Barranquero <lekktu@gmail.com> + + * 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 <lekktu@gmail.com> * faces.el (color-values): Revert changes to docstring from
--- a/lispref/ChangeLog Thu Feb 15 10:58:11 2007 +0000 +++ b/lispref/ChangeLog Thu Feb 15 11:01:16 2007 +0000 @@ -1,3 +1,8 @@ +2007-02-15 Juanma Barranquero <lekktu@gmail.com> + + * strings.texi (Modifying Strings): Clarify that `clear-string' + always converts the string to unibyte. + 2007-02-14 Kim F. Storm <storm@cua.dk> * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.