From: yamaoka Date: Fri, 20 Oct 2000 01:14:14 +0000 (+0000) Subject: Fixed commentary. X-Git-Tag: wl-2_4-root~108 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=141d6e0f5dbcc4f86f2743c2ee2404e391a14d17;p=elisp%2Fwanderlust.git Fixed commentary. --- 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: