]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove stray union Lisp_Misc doc (Bug#32405#35).
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Aug 2018 18:13:17 +0000 (11:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Aug 2018 01:50:25 +0000 (18:50 -0700)
doc/lispref/internals.texi

index 1dc5de0a69b4cf777297c6c1b4eaf6b6bbd8e33b..c72dbb507973c3bd4ae841280f9b4ef3edf97ce3 100644 (file)
@@ -365,11 +365,6 @@ The number of symbols in use.
 The number of symbols for which space has been obtained from
 the operating system, but that are not currently being used.
 
-@item misc-size
-Internal size of a miscellaneous entity, i.e.,
-@code{sizeof (union Lisp_Misc)}, which is a size of the
-largest type enumerated in @code{enum Lisp_Misc_Type}.
-
 @item string-size
 Internal size of a string header, i.e., @code{sizeof (struct Lisp_String)}.