[climacs-cvs] CVS climacs/Doc
thenriksen
thenriksen at common-lisp.net
Thu Sep 14 14:24:01 UTC 2006
Update of /project/climacs/cvsroot/climacs/Doc
In directory clnet:/tmp/cvs-serv30619/Doc
Modified Files:
climacs-internals.texi
Log Message:
Fixed markup errors (thanks to Daniel Katz).
--- /project/climacs/cvsroot/climacs/Doc/climacs-internals.texi 2006/09/06 20:07:21 1.23
+++ /project/climacs/cvsroot/climacs/Doc/climacs-internals.texi 2006/09/14 14:24:01 1.24
@@ -2235,14 +2235,14 @@
containing the files designated by @var{group} while @var{body} is run.
@end deffn
- at deffn {Macro} {define-group} (name (group-arg &rest args) &body body)
+ at deffn {Macro} {define-group} name (group-arg &rest args) &body body
Define a persistent group named @var{name}. @var{Body} should return a
list of pathnames and will be used to calculate which files are
designated by the group. @var{Args} should be two-element lists, with
the first element bound to the result of evaluating the second
element. The second element will be evaluated when the group is
selected to be the active group by the user.
- at node Index
+ at end deffn
@deftp {Error Condition} group-not-found
This condition is signaled whenever a synonym group is unable to find
More information about the Climacs-cvs
mailing list