1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/doc
Daniel Colascione 2cc23f170f Finalizer documentation, minor improvements
* doc/lispref/objects.texi (Finalizer Type): New section
(Type Predicates): Mention finalizers in `type-of' documentation.
* doc/lispref/elisp.texi (Top): Link to finalizer type.

* src/data.c (Ftype_of): Make `type-of' work with finalizers.
(syms_of_data): Register Qfinalizer.

* src/print.c (print_object): Print whether a finalizer has
been called.

* test/automated/finalizer-tests.el (finalizer-object-type): Test that
`type-of' works correctly for finalizers.
2015-03-02 19:08:06 -08:00
..
emacs Merge from origin/emacs-24 2015-02-25 22:53:56 -08:00
lispintro Fix copyright years by hand 2015-01-01 14:27:34 -08:00
lispref Finalizer documentation, minor improvements 2015-03-02 19:08:06 -08:00
man Merge from gnulib and try to repair bad merge 2015-01-27 22:24:47 -08:00
misc Add cl-iter-defun 2015-03-02 16:41:59 -08:00