@@@ mess!
[sod] / doc / misc.tex
index 353c948..f1e3cde 100644 (file)
@@ -303,6 +303,14 @@ metaobject protocol.
   \end{describe}
 \end{describe*}
 
+\begin{describe}{fun}
+    {find-eql-specialized-method @<function> @<arg> @<objcet>}
+  Find and return a method defined on a generic @<function> whose @<arg>th
+  argument (counting from zero) is @|eql|-specialized on the givan
+  @<object>.  If there is no such method on @<function> then return @|nil|.
+  If there are multiple such methods, return one of them arbitrarily.
+\end{describe}
+
 \begin{describe*}
     {\dhead{gf}{generic-function-methods @<generic-function> @> @<list>}
      \dhead{gf}{method-specializers @<method> @> @<list>}
@@ -913,9 +921,6 @@ The following definitions are useful when working with conditions.
 
 Most of these symbols are defined in the @|optparse| package.
 
-\begin{describe}{fun}{exit \&optional (@<code> 0) \&key :abrupt}
-\end{describe}
-
 \begin{describe}{var}{*program-name*}
 \end{describe}
 
@@ -1021,6 +1026,17 @@ Most of these symbols are defined in the @|optparse| package.
       @<form>^*}
 \end{describe}
 
+\begin{describe*}
+    {\dhead{sym}{opthandler}
+     \dhead{meth}{symbol,(eql 'opthandler)}
+                 {documentation (@<symbol> symbol)
+                                (@<doc-type> (eql 'opthandler))}
+     \dhead{meth}{symbol,(eql 'opthandler)}
+                 {setf \=(documentation (@<symbol> symbol)
+                                        (@<doc-type> (eql 'opthandler))) \\
+                       \>@<string>}}
+\end{describe*}
+
 \begin{describe}{fun}
     {invoke-option-handler @<handler> @<locative> @<arg> @<arguments>}
 \end{describe}
@@ -1058,6 +1074,17 @@ Most of these symbols are defined in the @|optparse| package.
       @<form>^*}
 \end{describe}
 
+\begin{describe*}
+    {\dhead{sym}{optmacro}
+     \dhead{meth}{symbol,(eql 'optmacro)}
+                 {documentation (@<symbol> symbol)
+                                (@<doc-type> (eql 'optmacro))}
+     \dhead{meth}{symbol,(eql 'optmacro)}
+                 {setf \=(documentation (@<symbol> symbol)
+                                        (@<doc-type> (eql 'optmacro))) \\
+                       \>@<string>}}
+\end{describe*}
+
 \begin{describe}{fun}{parse-option-form @<form>}
 \end{describe}