From 4ae8be7990cd6395952ebec50dd3f69de94c5a11 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 15 Dec 2024 19:13:35 +0100 Subject: [PATCH] Don't document removed SITELOAD_PURESIZE_EXTRA * doc/lispref/internals.texi (Building Emacs): Don't document removed constant SITELOAD_PURESIZE_EXTRA. (cherry picked from commit d05ee2ba80b0961015eb543536266208afb57dff) --- doc/lispref/internals.texi | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index be987e1f977..dc55b63c5da 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -102,19 +102,9 @@ Emacs. @cindex @file{site-load.el} You can specify additional files to preload by writing a library named -@file{site-load.el} that loads them. You may need to rebuild Emacs -with an added definition - -@example -#define SITELOAD_PURESIZE_EXTRA @var{n} -@end example - -@noindent -to make @var{n} added bytes of pure space to hold the additional files; -see @file{src/puresize.h}. -(Try adding increments of 20000 until it is big enough.) However, the -advantage of preloading additional files decreases as machines get -faster. On modern machines, it is usually not advisable. +@file{site-load.el} that loads them. However, the advantage of +preloading additional files decreases as machines get faster. On modern +machines, it is usually not advisable. After @file{loadup.el} reads @file{site-load.el}, it finds the documentation strings for primitive and preloaded functions (and -- 2.39.5