]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Feb 2007 11:01:16 +0000 (11:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Feb 2007 11:01:16 +0000 (11:01 +0000)
lisp/ChangeLog
lispref/ChangeLog

index aad7c78b4e81807662ad9423b77ce398640c2626..84f07b52b83da62470466a190c87297f52a083e6 100644 (file)
@@ -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
index 9616199b7cbd3e2af1048a667733cdb4b644945c..2121eea03214c851b5e3fcdecc5a0899013083ac 100644 (file)
@@ -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.