From 141d6e0f5dbcc4f86f2743c2ee2404e391a14d17 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 20 Oct 2000 01:14:14 +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 649f498..17ee417 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -29,7 +29,7 @@ ;; images instead of `insert-image', so don't delete such overlays ;; sloppily. Here is a sample code to show icons in the buffer. ;; -;;(let (image from to icon overlay) +;;(let (image icon from to overlay) ;; ;; The function `find-image' will look for an image first on `load-path' ;; ;; and then in `data-directory'. ;; (let ((load-path (cons wl-icon-dir load-path))) @@ -51,7 +51,7 @@ ;; ;; 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. +;; ;; Make it to be removable. ;; (overlay-put overlay 'evaporate t)) ;;; Code: -- 1.7.10.4