diff options
| author | Paul Eggert | 2018-08-09 11:13:17 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-08-11 18:50:25 -0700 |
| commit | 1145bd0ef97630473746fb96da00951ae81c358c (patch) | |
| tree | 36b7949f79d9d94598d282d4d082e828520c1622 | |
| parent | 6c12f4e63f60eb280c5fc08dc76f11d097184dc7 (diff) | |
| download | emacs-1145bd0ef97630473746fb96da00951ae81c358c.tar.gz emacs-1145bd0ef97630473746fb96da00951ae81c358c.zip | |
Remove stray union Lisp_Misc doc (Bug#32405#35).
| -rw-r--r-- | doc/lispref/internals.texi | 5 |
1 files changed, 0 insertions, 5 deletions
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. | |||
| 365 | The number of symbols for which space has been obtained from | 365 | The number of symbols for which space has been obtained from |
| 366 | the operating system, but that are not currently being used. | 366 | the operating system, but that are not currently being used. |
| 367 | 367 | ||
| 368 | @item misc-size | ||
| 369 | Internal size of a miscellaneous entity, i.e., | ||
| 370 | @code{sizeof (union Lisp_Misc)}, which is a size of the | ||
| 371 | largest type enumerated in @code{enum Lisp_Misc_Type}. | ||
| 372 | |||
| 373 | @item string-size | 368 | @item string-size |
| 374 | Internal size of a string header, i.e., @code{sizeof (struct Lisp_String)}. | 369 | Internal size of a string header, i.e., @code{sizeof (struct Lisp_String)}. |
| 375 | 370 | ||