From: Mark Wooding Date: Sun, 7 Jun 2020 23:49:17 +0000 (+0100) Subject: doc/concepts.tex: Fix misformatting. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/3b5e20ecd11d11ae060fd03d18d0c3ba8018ee0d?ds=sidebyside doc/concepts.tex: Fix misformatting. --- diff --git a/doc/concepts.tex b/doc/concepts.tex index 8e774fe..c4bcf61 100644 --- a/doc/concepts.tex +++ b/doc/concepts.tex @@ -1278,7 +1278,7 @@ functions. Metaobject classes are chosen in a fairly standard way. \begin{itemize} \item All metaobject definitions support a symbol-valued property, usually - named @|@_class| (e.g., @|slot_class|, @|method_class|), which sets + named @|@{}_class| (e.g., @|slot_class|, @|method_class|), which sets the metaobject class explicitly. (The class for a class metaobject is taken from the @|lisp_class| property, because @|class_class| seems less meaningful.)