summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 246d0706540..9e201848032 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1922,7 +1922,7 @@ warns you if the previous word is incorrectly spelled."
(mapconcat (function identity)
'(
;; Matches postscript files.
- "^%!PS-Adobe-2.0"
+ "^%!PS-Adobe-[23].0"
;; Matches uuencoded text
"^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM"
;; Matches shell files (esp. auto-decoding)