changeset 76041:457dc583fa98

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 21 Feb 2007 13:55:10 +0000
parents e303881b06eb
children c76aa2fa987a
files lispref/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Wed Feb 21 13:52:27 2007 +0000
+++ b/lispref/ChangeLog	Wed Feb 21 13:55:10 2007 +0000
@@ -1,3 +1,8 @@
+2007-02-21  Kim F. Storm  <storm@cua.dk>
+
+	* strings.texi (Text Comparison): Mention that assoc-string
+	converts symbols to strings before testing.
+
 2007-02-17  Kim F. Storm  <storm@cua.dk>
 
 	* processes.texi (Bindat Spec): Vector types can have optional
--- a/src/ChangeLog	Wed Feb 21 13:52:27 2007 +0000
+++ b/src/ChangeLog	Wed Feb 21 13:55:10 2007 +0000
@@ -1,3 +1,7 @@
+2007-02-21  Kim F. Storm  <storm@cua.dk>
+
+	* minibuf.c (Fassoc_string): Doc fix.  Allow symbol for KEY too.
+
 2007-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macterm.c (WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.