We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dce0f2 commit e129017Copy full SHA for e129017
doc/latex/objects.tex
@@ -283,9 +283,8 @@ \subsection{Basic Classes}
283
\methoddesc{:slots}{}{
284
returns a list of variable and value pairs of this object.}
285
286
-\methoddesc{:methods}{}{
287
-returns a list of all method names defined for this object.
288
-In other words, this object can accept method calls listed by :methods. }
+\methoddesc{:methods}{\&optional subname}{
+returns a list of all methods callable by this object. If {\em subname} is given, returns only methods with names that include {\em subname}. }
289
290
\methoddesc{:get-val}{variable-name}{
291
returns the value of the slot designated by {\it variable-name}.
0 commit comments