From 4217dc299c3b466e674271f8eb8a0a88e5b3795f Mon Sep 17 00:00:00 2001 From: Ari Roponen Date: Thu, 3 Jan 2013 10:38:55 -0800 Subject: [PATCH] * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change) Fixes: debbugs:13345 --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/hash.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 400290394ba..4deea30005f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-01-03 Ari Roponen (tiny change) + + * hash.texi (Defining Hash): Fix typo. (Bug#13345) + 2013-01-03 Glenn Morris * processes.texi (System Processes): diff --git a/doc/lispref/hash.texi b/doc/lispref/hash.texi index 753e71882b0..655f31ab114 100644 --- a/doc/lispref/hash.texi +++ b/doc/lispref/hash.texi @@ -293,7 +293,7 @@ compared case-insensitively. @example (defun case-fold-string= (a b) - (compare-strings a nil nil b nil nil t)) + (eq t (compare-strings a nil nil b nil nil t))) (defun case-fold-string-hash (a) (sxhash (upcase a))) -- 2.39.5