]> git.eshelyaron.com Git - emacs.git/commit
Pure storage removal: Remove documentation
authorPip Cet <pipcet@protonmail.com>
Tue, 20 Aug 2024 19:15:16 +0000 (19:15 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 10:26:12 +0000 (11:26 +0100)
commite0200715eefb28b8f1ac9ea03e834382e271badb
tree5fd4b8a2a84a2363b8fa946d1a87b85c7921014c
parentc9c1ea908712d9841610719d35f7fd1855fa413c
Pure storage removal: Remove documentation

As pure storage is now gone, it no longer needs to be documented.

* doc/lispref/elisp.texi (Top):
* doc/lispref/internals.texi (GNU Emacs Internals): Remove "Pure
Storage" section.
(Building Emacs, Garbage Collection, Writing Emacs Primitives):
* doc/lispref/symbols.texi (Standard Properties): Remove references to
pure storage.
* src/alloc.c (Fgarbage_collect): Remove docstring text referring to
pure storage.

(cherry picked from commit c9ab3258760c5ef2baf3ecf2a2a0051fc3fb4612)
doc/lispref/elisp.texi
doc/lispref/internals.texi
doc/lispref/symbols.texi
src/alloc.c