doc/meta.tex: Add missing return values for `make-sod-MUMBLE-initarg'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 17:13:55 +0000 (18:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 17:13:55 +0000 (18:13 +0100)
doc/meta.tex

index 7b1c461..84f3f75 100644 (file)
 \end{describe}
 
 \begin{describe}{gf}
-     {make-sod-user-initarg @<class> @<name> @<type> @<pset>
-                            \&key :default :location}
+    {make-sod-user-initarg @<class> @<name> @<type> @<pset>
+                           \&key :default :location
+     \nlret @<initarg>}
 \end{describe}
 
 \begin{describe}{gf}{sod-initarg-default @<initarg> @> @<default>}
 
 \begin{describe}{gf}
     {make-sod-slot-initarg @<class> @<name> @<nick> @<slot-name> @<pset>
-                           \&key :location}
+                           \&key :location
+     \nlret @<initarg>}
 \end{describe}
 
 \begin{describe}{gf}
     {make-sod-slot-initarg-using-slot @<class> @<name> @<slot> @<pset>
-                                      \&key :location}
+                                      \&key :location
+     \nlret @<initarg>}}
 \end{describe}
 
 \begin{describe*}