doc: Follow-up commit to 407ebeaa1.
Following some discussion with Ludovic (see: https://lists.gnu.org/archive/html/guix-patches/2019-08/msg00506.html), it is better advice to generally recommend the use of `program-file' for any usage of modules, not just for those which define syntax. * doc/guix.texi (Scheduled Job Execution): Drop the following text: "that defines syntax (macros)".
This commit is contained in:
parent
d8f08344a7
commit
4183105de0
|
@ -12443,10 +12443,10 @@ gexps to introduce job definitions that are passed to mcron
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
For more complex jobs defined in Scheme where you need control over the top
|
For more complex jobs defined in Scheme where you need control over the top
|
||||||
level, for instance to introduce a @code{use-modules} form that defines syntax
|
level, for instance to introduce a @code{use-modules} form, you can move your
|
||||||
(macros), you can move your code to a separate program using the
|
code to a separate program using the @code{program-file} procedure of the
|
||||||
@code{program-file} procedure of the @code{(guix gexp)} module
|
@code{(guix gexp)} module (@pxref{G-Expressions}). The example below
|
||||||
(@pxref{G-Expressions}). The example below illustrates that.
|
illustrates that.
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(define %battery-alert-job
|
(define %battery-alert-job
|
||||||
|
|
Loading…
Reference in New Issue