Mercurial > hg > xemacs-beta
diff lisp/itimer.el @ 2297:13a418960a88
[xemacs-hg @ 2004-09-22 02:05:42 by stephent]
various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 22 Sep 2004 02:06:52 +0000 |
parents | 9eeed79aee25 |
children | 0da64f4bd0bc |
line wrap: on
line diff
--- a/lisp/itimer.el Wed Sep 22 01:10:57 2004 +0000 +++ b/lisp/itimer.el Wed Sep 22 02:06:52 2004 +0000 @@ -130,9 +130,9 @@ (list 'list ''itimerp var))))) (defmacro check-itimer-coerce-string (var) - "If VAR is not bound to a string, look up the itimer that it names and + "If VAR is bound to a string, look up the itimer that it names and bind VAR to it. Otherwise, if VAR is not bound to an itimer, signal -wrong-type-argument. This is a macro." +`wrong-type-argument'. This is a macro." (list 'setq var (list 'cond (list (list 'itimerp var) var) @@ -142,7 +142,7 @@ (defmacro check-nonnegative-number (var) "If VAR is not bound to a number, signal `wrong-type-argument'. -If VAR is not bound to a positive number, signal args-out-of-range. +If VAR is not bound to a positive number, signal `args-out-of-range'. This is a macro." (list 'setq var (list 'if (list 'not (list 'numberp var))