# HG changeset patch # User Juanma Barranquero # Date 1118364245 0 # Node ID 284a9ec956509dd091978f92e0523ae33f6bf299 # Parent 7a34bd511117a53d68097f1bcaef801815f5825d (rmail-forward-separator-regex): Fix typo in docstring. diff -r 7a34bd511117 -r 284a9ec95650 lisp/mail/undigest.el --- 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)