diff options
| author | Paul Eggert | 2015-06-30 19:45:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-06-30 19:47:29 -0700 |
| commit | cc7acdbd0e88d94d3e63d230c17894bb7bd74091 (patch) | |
| tree | 3256dba8c661e87ea4b6f002275db5b2f925ae89 /etc | |
| parent | 5f004117f5bcab9171eaddb2867393ed69ae49bf (diff) | |
| download | emacs-cc7acdbd0e88d94d3e63d230c17894bb7bd74091.tar.gz emacs-cc7acdbd0e88d94d3e63d230c17894bb7bd74091.zip | |
Spelling fixes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -87,7 +87,7 @@ command line when `initial-buffer-choice' is non-nil. | |||
| 87 | ** `isearch' and `query-replace' now perform character folding in matches. | 87 | ** `isearch' and `query-replace' now perform character folding in matches. |
| 88 | This is analogous to case-folding, but applies between Unicode | 88 | This is analogous to case-folding, but applies between Unicode |
| 89 | characters and their ASCII counterparts. This means many characters | 89 | characters and their ASCII counterparts. This means many characters |
| 90 | will match entire groups of charactes. | 90 | will match entire groups of characters. |
| 91 | 91 | ||
| 92 | For instance, the " will match all variants of unicode double quotes | 92 | For instance, the " will match all variants of unicode double quotes |
| 93 | (like “ and ”), and the letter a will match all of its accented | 93 | (like “ and ”), and the letter a will match all of its accented |