aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ispell.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 79f81ad4df2..dd553fa90e7 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2059,8 +2059,9 @@ warns you if the previous word is incorrectly spelled."
2059 ;; Matches reporter.el bug report 2059 ;; Matches reporter.el bug report
2060 "^current state:\n==============\n" 2060 "^current state:\n==============\n"
2061 ;; Matches "----------------- cut here" 2061 ;; Matches "----------------- cut here"
2062 ;; and "------- Start of forwarded message" 2062 ;; and "------- Start of forwarded message",
2063 "^[-=_]+\\s ?\\(cut here\\|Start of forwarded message\\)") 2063 ;; or either one with "- " in front.
2064 "^\\(- \\)?[-=_]+\\s ?\\(cut here\\|\\(Start of \\)?forwarded message\\)")
2064 "\\|") 2065 "\\|")
2065 "*End of text which will be checked in ispell-message. 2066 "*End of text which will be checked in ispell-message.
2066If it is a string, limit at first occurrence of that regular expression. 2067If it is a string, limit at first occurrence of that regular expression.