Mercurial > hg > xemacs-beta
diff lisp/gutter-items.el @ 3968:16b17fd1dc93
[xemacs-hg @ 2007-05-20 15:56:30 by stephent]
Fix type declarations in progress gauge widget. <873b1r8owl.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 20 May 2007 15:56:36 +0000 |
parents | cfe4bcb9bdd4 |
children | c1784fd59d7d |
line wrap: on
line diff
--- a/lisp/gutter-items.el Sat May 19 21:51:03 2007 +0000 +++ b/lisp/gutter-items.el Sun May 20 15:56:36 2007 +0000 @@ -679,8 +679,10 @@ (defun progress-feedback-with-label (label fmt &optional value &rest args) "Print a progress gauge and message in the bottom gutter area of the frame. -First argument LABEL is an identifier for this progress gauge. The rest of the -arguments are the same as to `format'." +LABEL is an identifier for this progress gauge. +FMT is a format string to be passed to `format' along with ARGS. +Optional VALUE is the current degree of progress, an integer 0-100. +The remaining ARGS are passed with FMT `(apply #'format FMT ARGS)'." ;; #### sometimes the buffer gets changed temporarily. I don't know ;; why this is, so protect against it. (save-excursion