doc/: Work in progress.
[sod] / doc / sod-protocol.tex
index f0bd115..6ef829b 100644 (file)
@@ -117,11 +117,11 @@ category (function, class, macro, etc.) on the right.
   The synopsis for a function, generic function or method describes the
   function's lambda-list using the usual syntax.  Note that keyword arguments
   are shown by naming their keywords; in the description, the value passed
-  for the keyword argument @|keyword| is shown as @<keyword>.
+  for the keyword argument @|:keyword| is shown as @<keyword>.
 
   For a method, specializers are shown using the usual @|defmethod| syntax,
   e.g.,
-  \begin{quote}
+  \begin{quote} \sffamily
     some-generic-function ((@<specialized> list) @<unspecialized>)
   \end{quote}
 \end{describe}
@@ -153,7 +153,6 @@ category (function, class, macro, etc.) on the right.
   for @|let|.
 \end{describe}
 
-
 \begin{describe}{cls}{example-class (direct-super other-direct-super) \&key
     :initarg}
   The synopsis for a class lists the class's direct superclasses, and the