From 7c378afbf9553fb5356f6fe6f0ae8743ba8cb45f Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 8 Nov 2006 00:24:33 +0000 Subject: [PATCH] Update doc-string. --- elmo/elmo-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 1254e5d..0cf7477 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -1240,7 +1240,7 @@ SPEC is a list as followed (LABEL TOTAL [VAR]). LABEL is an identifier what is specidied by `elmo-progress-notify'. If TOTAL is nil, the first `elmo-progress-notify' call must be with a `:total' parameter. -If optional parameter VAR is specified, it bind a progress counter object. +If optional parameter VAR is specified, it is bound a progress counter object. MESSAGE is a doing part of progress message." (let ((label (nth 0 spec)) (total (nth 1 spec)) -- 1.7.10.4