From 36110175e2f6cccebd6bd5edd3c91dcf6b5854a7 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 19 Oct 2000 13:40:39 +0000 Subject: [PATCH] Fixed commentary. --- wl/wl-e21.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 1.7.10.4