From: yamaoka Date: Thu, 19 Oct 2000 13:40:39 +0000 (+0000) Subject: Fixed commentary. X-Git-Tag: wl-2_4-root~114 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=36110175e2f6cccebd6bd5edd3c91dcf6b5854a7;p=elisp%2Fwanderlust.git Fixed commentary. --- diff --git a/wl/wl-e21.el b/wl/wl-e21.el index b5fdce2..896bd1f 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -48,8 +48,8 @@ ;; (setq overlay (make-overlay from to)) ;; ;; Put an image. ;; (overlay-put overlay 'before-string icon) -;; ;; Put a mark that this overlay is made by `wl-e21'. It is not always -;; ;; necessarily. +;; ;; Put a mark to indicate that this overlay is made by `wl-e21'. +;; ;; It is not always necessarily. ;; (overlay-put overlay 'wl-e21-icon t) ;; ;; Make it can be removable. ;; (overlay-put overlay 'evaporate t))