]> git.eshelyaron.com Git - emacs.git/commit
Better eval-when-compile example in manual
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 25 Apr 2024 09:33:25 +0000 (11:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Apr 2024 16:46:38 +0000 (18:46 +0200)
commitd570fd111f3c7c538359a12b3fe009e8b07edbd9
treee43bae072df88312678b53805e8451b66c06e9a6
parent5810a64aadf57b900f542bdb6c22ca6bfb5cdc9b
Better eval-when-compile example in manual

* doc/lispref/compile.texi (Eval During Compile):
`regexp-opt` makes for a poor example because as a pure function it
doesn't need `eval-when-compile` for constant inputs.

(cherry picked from commit 88ebabe23a253ce040de94e6396bc4f587ba6e69)
doc/lispref/compile.texi