From: Wilfred Hughes Date: Sun, 16 Jul 2017 17:32:25 +0000 (+0100) Subject: Fix mismatched parens X-Git-Tag: emacs-26.0.90~518^2~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56da7add7845f0685dd6d5a1f7ae0a76cb2953da;p=emacs.git Fix mismatched parens * etc/NEWS.21: Remove excess parenthesis in code example --- 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. (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)