doc/concepts.tex: Fix misformatting.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:49:17 +0000 (00:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:49:17 +0000 (00:49 +0100)
doc/concepts.tex

index 8e774fe..c4bcf61 100644 (file)
@@ -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 @|@<thing>_class| (e.g., @|slot_class|, @|method_class|), which sets
+  named @|@<thing>{}_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.)