Skip to content

Commit e129017

Browse files
committed
Add english documentation for :methods.
1 parent 8dce0f2 commit e129017

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/latex/objects.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,8 @@ \subsection{Basic Classes}
283283
\methoddesc{:slots}{}{
284284
returns a list of variable and value pairs of this object.}
285285

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. }
286+
\methoddesc{:methods}{\&optional subname}{
287+
returns a list of all methods callable by this object. If {\em subname} is given, returns only methods with names that include {\em subname}. }
289288

290289
\methoddesc{:get-val}{variable-name}{
291290
returns the value of the slot designated by {\it variable-name}.

0 commit comments

Comments
 (0)