From: teranisi Date: Fri, 12 Jul 2002 00:45:58 +0000 (+0000) Subject: * elmo-split.el: Fixed typo. X-Git-Tag: elmo-mark-root~57 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ff65ef2cc091e963ae3c82ea54e79e1e957ca8c6;p=elisp%2Fwanderlust.git * elmo-split.el: Fixed typo. --- diff --git a/elmo/elmo-split.el b/elmo/elmo-split.el index ec14c01..a92a71e 100644 --- a/elmo/elmo-split.el +++ b/elmo/elmo-split.el @@ -94,7 +94,7 @@ Example: ;; Messages from DoCoMo user are stored in `+docomo-{username}'. ((match from \"\\\\(.*\\\\)@docomo\\\\.ne\\\\.jp\") \"+docomo-\\\\1\") - ;; Unmatched mails goes to `+inbox'. + ;; Unmatched mails go to `+inbox'. (t \"+inbox\")))" :group 'elmo :type 'sexp)