diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 2ba1410d8f8..704fad4fb3b 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -3503,7 +3503,7 @@ Don't read buffer-local settings or word lists." | |||
| 3503 | '( | 3503 | '( |
| 3504 | ;; Don't spell check signatures | 3504 | ;; Don't spell check signatures |
| 3505 | "^-- $" | 3505 | "^-- $" |
| 3506 | ;; Matches postscript files. | 3506 | ;; Matches PostScript files. |
| 3507 | ;;"^%!PS-Adobe-[123].0" | 3507 | ;;"^%!PS-Adobe-[123].0" |
| 3508 | ;; Matches uuencoded text | 3508 | ;; Matches uuencoded text |
| 3509 | ;;"^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM" | 3509 | ;;"^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM" |