aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes2017-07-16 18:32:25 +0100
committerWilfred Hughes2017-07-16 18:32:25 +0100
commit56da7add7845f0685dd6d5a1f7ae0a76cb2953da (patch)
treeaea7e3e97915d441c92caedc3113ba17281f5ffe
parent45892db6f53cccc045da9c7215b467617c067f04 (diff)
downloademacs-56da7add7845f0685dd6d5a1f7ae0a76cb2953da.tar.gz
emacs-56da7add7845f0685dd6d5a1f7ae0a76cb2953da.zip
Fix mismatched parens
* etc/NEWS.21: Remove excess parenthesis in code example
-rw-r--r--etc/NEWS.212
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.21 b/etc/NEWS.21
index 4a214cb3d2f..9574a5d1df0 100644
--- a/etc/NEWS.21
+++ b/etc/NEWS.21
@@ -3367,7 +3367,7 @@ be strings that are compared case-insensitively.
3367 (sxhash (upcase a))) 3367 (sxhash (upcase a)))
3368 3368
3369 (define-hash-table-test 'case-fold 'case-fold-string= 3369 (define-hash-table-test 'case-fold 'case-fold-string=
3370 'case-fold-string-hash)) 3370 'case-fold-string-hash)
3371 3371
3372 (make-hash-table :test 'case-fold) 3372 (make-hash-table :test 'case-fold)
3373 3373