changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/doc/image.lisp

changeset 698: 96958d3eb5b0
parent: b7183bfd7107
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; doc/image.lisp --- Image Documentation
2 
3 ;; Lisp images capture the memory layout and program state of a Lisp
4 ;; session into a binary object which can later be used to initialize
5 ;; future sessions.
6 
7 ;;; Code: