From: Paul Eggert Date: Thu, 9 Aug 2018 18:13:17 +0000 (-0700) Subject: Remove stray union Lisp_Misc doc (Bug#32405#35). X-Git-Tag: emacs-27.0.90~4592 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1145bd0ef97630473746fb96da00951ae81c358c;p=emacs.git Remove stray union Lisp_Misc doc (Bug#32405#35). --- diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 1dc5de0a69b..c72dbb50797 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -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)}.