diff options
| author | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
| commit | 7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (patch) | |
| tree | 334fa246f6537c6fbdb73be78c873416b2b9bf44 /lisp/ChangeLog.10 | |
| parent | 10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (diff) | |
| download | emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.tar.gz emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.zip | |
Fix typos.
Diffstat (limited to 'lisp/ChangeLog.10')
| -rw-r--r-- | lisp/ChangeLog.10 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 5320b5ee872..0cf64cf36e9 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -2339,7 +2339,7 @@ | |||
| 2339 | skips encoded regions. Allow user to skip saving Fcc messages with | 2339 | skips encoded regions. Allow user to skip saving Fcc messages with |
| 2340 | large attachments. Fixed region skipping bug with multi-line | 2340 | large attachments. Fixed region skipping bug with multi-line |
| 2341 | comments - e.g. tex $ regions spanning multiple lines. | 2341 | comments - e.g. tex $ regions spanning multiple lines. |
| 2342 | Added support for postscript and uuencoded regions. | 2342 | Added support for PostScript and uuencoded regions. |
| 2343 | Redundant dictionary file names purged. | 2343 | Redundant dictionary file names purged. |
| 2344 | Dictionary definition field name changed from "Character Set" | 2344 | Dictionary definition field name changed from "Character Set" |
| 2345 | to "Coding System". Fixed bug in reloading dictionaries. | 2345 | to "Coding System". Fixed bug in reloading dictionaries. |
| @@ -2374,7 +2374,7 @@ | |||
| 2374 | (ispell-valid-dictionary-list): New function returning all valid | 2374 | (ispell-valid-dictionary-list): New function returning all valid |
| 2375 | dictionaries on machine. | 2375 | dictionaries on machine. |
| 2376 | (ispell-checking-message): Documentation string improved. | 2376 | (ispell-checking-message): Documentation string improved. |
| 2377 | (ispell-skip-region-alist): Add uuencoded and postscript region | 2377 | (ispell-skip-region-alist): Add uuencoded and PostScript region |
| 2378 | skipping. Improve http/e-mail/file regexp to not match `/.\w'. | 2378 | skipping. Improve http/e-mail/file regexp to not match `/.\w'. |
| 2379 | (ispell-html-skip-alists): New variable for html region support. | 2379 | (ispell-html-skip-alists): New variable for html region support. |
| 2380 | (ispell-send-string): Remove redundant xemacs check. | 2380 | (ispell-send-string): Remove redundant xemacs check. |
| @@ -2402,7 +2402,7 @@ | |||
| 2402 | html skipping pushed to alists. | 2402 | html skipping pushed to alists. |
| 2403 | (ispell-get-line): Add support for multi-line comment regions. | 2403 | (ispell-get-line): Add support for multi-line comment regions. |
| 2404 | (ispell): Check that variables to continue spelling are bound. | 2404 | (ispell): Check that variables to continue spelling are bound. |
| 2405 | (ispell-message-text-end): Postscript and uuencoded regions now | 2405 | (ispell-message-text-end): PostScript and uuencoded regions now |
| 2406 | supported as MIME regions, rather than as end-of-message region. | 2406 | supported as MIME regions, rather than as end-of-message region. |
| 2407 | (ispell-mime-multipartp): New function supporting MIME. | 2407 | (ispell-mime-multipartp): New function supporting MIME. |
| 2408 | (ispell-mime-skip-part): New function supporting MIME. | 2408 | (ispell-mime-skip-part): New function supporting MIME. |