X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=dev%2Fapi.lisp;h=4518de8e9c265ac5a05a6dfcf89b1db08ffef41f;hb=7090c13854c379b6eb139bea25d873fe2a5eb668;hp=9ac634c6437fb6fa4c2d63faa9d274b725438481;hpb=8e7eb729b124e52b5d5f102545f95ca1bff67c3e;p=cl-graph.git diff --git a/dev/api.lisp b/dev/api.lisp index 9ac634c..4518de8 100644 --- a/dev/api.lisp +++ b/dev/api.lisp @@ -291,7 +291,7 @@ or the URL 'http://arxiv.org/abs/cond-mat/0209450'.")) The output can be a stream or pathname or one of the values `nil` or `t`. If output is `nil`, then graph->dot returns a string containing the DOT description. If it is `t`, then the DOT description is written -to *standard-output*. +to \\*standard-output\\*. Here is an example;