[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

class-named



the function class-named is missing from the spec.  It should be
documented something like this:

class-named  <name> &optional (<errorp> t)

The first argument to class-named should be a symbol. class-named
returns the class-named by that symbol if there is one.  If there is no
class-named by that symbol and the second argument is unsupplied or is
not nil, class-named signals an error.  If there is no class-named by
that symbol, and the second argument is nil, class-named returns nil.


I don't believe anyone objects to the existence of this function.