Minor doc fix (operate isn't generic)
Richard M Kreuter <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Just a trivial documentation fix: operate isn't a generic function.
--
RmK
--- asdf.texinfo 2006-12-13 16:28:19.000000000 -0500
+++ asdf.texinfo.~1.5.~ 2004-08-18 08:54:26.000000000 -0400
@@ -460,8 +460,8 @@
Operations are invoked on systems via @code{operate}.
-@deffn {Function} operate operation system &rest initargs
-@deffnx {Function} oos operation system &rest initargs
+@deffn {Generic function} operate operation system &rest initargs
+@deffnx {Generic function} oos operation system &rest initargs
@code{operate} invokes @var{operation} on @var{system}. @code{oos}
is a synonym for @code{operate}.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV