diff options
| author | Wilfred Hughes | 2017-07-16 18:32:25 +0100 |
|---|---|---|
| committer | Wilfred Hughes | 2017-07-16 18:32:25 +0100 |
| commit | 56da7add7845f0685dd6d5a1f7ae0a76cb2953da (patch) | |
| tree | aea7e3e97915d441c92caedc3113ba17281f5ffe | |
| parent | 45892db6f53cccc045da9c7215b467617c067f04 (diff) | |
| download | emacs-56da7add7845f0685dd6d5a1f7ae0a76cb2953da.tar.gz emacs-56da7add7845f0685dd6d5a1f7ae0a76cb2953da.zip | |
Fix mismatched parens
* etc/NEWS.21: Remove excess parenthesis in code example
| -rw-r--r-- | etc/NEWS.21 | 2 |
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 | ||