* doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)
Fixes: debbugs:13345
This commit is contained in:
parent
d2be4dccb9
commit
4217dc299c
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-01-03 Ari Roponen <ari.roponen@gmail.com> (tiny change)
|
||||||
|
|
||||||
|
* hash.texi (Defining Hash): Fix typo. (Bug#13345)
|
||||||
|
|
||||||
2013-01-03 Glenn Morris <rgm@gnu.org>
|
2013-01-03 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* processes.texi (System Processes):
|
* processes.texi (System Processes):
|
||||||
|
|
|
||||||
|
|
@ -293,7 +293,7 @@ compared case-insensitively.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
(defun case-fold-string= (a b)
|
(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)
|
(defun case-fold-string-hash (a)
|
||||||
(sxhash (upcase a)))
|
(sxhash (upcase a)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue