mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix mismatched parens
* etc/NEWS.21: Remove excess parenthesis in code example
This commit is contained in:
parent
45892db6f5
commit
56da7add78
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue