]> code.delx.au - gnu-emacs/commitdiff
(rmail-forward-separator-regex): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 00:44:05 +0000 (00:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 00:44:05 +0000 (00:44 +0000)
lisp/mail/undigest.el

index 2c4470656437cec78ecbb7f09707e606681d4209..f88562431946e948094303643b28b9d2778f6484 100644 (file)
@@ -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)