Fix mismatched parens

* etc/NEWS.21: Remove excess parenthesis in code example
This commit is contained in:
Wilfred Hughes 2017-07-16 18:32:25 +01:00
parent 45892db6f5
commit 56da7add78

View file

@ -3367,7 +3367,7 @@ be strings that are compared case-insensitively.
(sxhash (upcase a)))
(define-hash-table-test 'case-fold 'case-fold-string=
'case-fold-string-hash))
'case-fold-string-hash)
(make-hash-table :test 'case-fold)