]> git.eshelyaron.com Git - emacs.git/commit
Improve pure and side-effect-free docs
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 17 Apr 2019 15:34:47 +0000 (16:34 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 22 Apr 2019 12:48:20 +0000 (13:48 +0100)
commit4430a9b54fca266e48d0eb8b72d83706910f10b8
tree182029118aaac0c6702ac50dc787a3e0c952b891
parenta2a51b4e94d3e058a71815cb309a21b707c3473b
Improve pure and side-effect-free docs

For discussion, see thread starting at:
https://lists.gnu.org/archive/html/emacs-devel/2019-04/msg00316.html
* doc/lispref/customize.texi (Composite Types): Do not overspecify
:match-alternatives predicates.
* doc/lispref/eval.texi (Intro Eval): Anchor definition of "side
effect" for cross-referencing...
* doc/lispref/functions.texi (What Is a Function): ...from here.
Define what a pure function is.
* doc/lispref/internals.texi (Writing Emacs Primitives): Describe
currently preferred approach to marking primitives as pure and
side-effect-free.
* doc/lispref/symbols.texi (Standard Properties): Expand description
of pure and side-effect-free properties.
doc/lispref/customize.texi
doc/lispref/eval.texi
doc/lispref/functions.texi
doc/lispref/internals.texi
doc/lispref/symbols.texi