From: yoichi Date: Wed, 8 Nov 2006 03:26:17 +0000 (+0000) Subject: update docstring X-Git-Tag: wl-2_15_6-fixes~115 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=44a57cc09a5b8df1f493a0ac9fdae8041a76f44b;p=elisp%2Fwanderlust.git update docstring --- diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 0cf7477..5b774f0 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 is bound a progress counter object. +If optional parameter VAR is specified, bind it with a progress counter object. MESSAGE is a doing part of progress message." (let ((label (nth 0 spec)) (total (nth 1 spec))