aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/undigest.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index 2c447065643..f8856243194 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -40,7 +40,7 @@
40 "^----.*\\([Ff]orwarded\\|[Oo]riginal\\).*[Mm]essage" 40 "^----.*\\([Ff]orwarded\\|[Oo]riginal\\).*[Mm]essage"
41 "*Regexp to match the string that introduces forwarded messages. 41 "*Regexp to match the string that introduces forwarded messages.
42This is not a header, but a string contained in the body of the message. 42This is not a header, but a string contained in the body of the message.
43You may need to customise it for local needs." 43You may need to customize it for local needs."
44 :type 'regexp 44 :type 'regexp
45 :group 'rmail-headers) 45 :group 'rmail-headers)
46 46