diff lisp/mail/undigest.el @ 63177:284a9ec95650

(rmail-forward-separator-regex): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 00:44:05 +0000
parents 695cf19ef79e
children 18a818a2ee7c a1b34dec1104
line wrap: on
line diff
--- a/lisp/mail/undigest.el	Fri Jun 10 00:43:13 2005 +0000
+++ b/lisp/mail/undigest.el	Fri Jun 10 00:44:05 2005 +0000
@@ -40,7 +40,7 @@
   "^----.*\\([Ff]orwarded\\|[Oo]riginal\\).*[Mm]essage"
   "*Regexp to match the string that introduces forwarded messages.
 This is not a header, but a string contained in the body of the message.
-You may need to customise it for local needs."
+You may need to customize it for local needs."
   :type 'regexp
   :group 'rmail-headers)