Mercurial > emacs
changeset 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 | 7a34bd511117 |
children | 69c18304e55e |
files | lisp/mail/undigest.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)