aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-02-15 11:01:16 +0000
committerJuanma Barranquero <[email protected]>2007-02-15 11:01:16 +0000
commit8bec6ac5dfc8224801c71fcf1122bc25e08ed7ea (patch)
tree4ed7915f185a88f5c9f416804b280d2906062c1a
parent849aa553875fab0657459a07a477379882b81b7f (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lispref/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aad7c78b4e..84f07b52b8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-15 Juanma Barranquero <[email protected]>
+
+ * 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 <[email protected]>
* faces.el (color-values): Revert changes to docstring from
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9616199b7c..2121eea032 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-15 Juanma Barranquero <[email protected]>
+
+ * strings.texi (Modifying Strings): Clarify that `clear-string'
+ always converts the string to unibyte.
+
2007-02-14 Kim F. Storm <[email protected]>
* display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.