diff options
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fb2afd9399..08e5bfa111 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -37202,9 +37202,9 @@ redundant executions of the script if multiple login shells are spawned. It can be extended with a gexp. However, to autostart an application, users @emph{should not} use this service, in most cases it's better to extend -@code{home-shpeherd-service-type} with a Shepherd service +@code{home-shepherd-service-type} with a Shepherd service (@pxref{Shepherd Services}), or extend the shell's startup file with -required command using the appropriate service type. +the required command using the appropriate service type. @end defvr @defvr {Scheme Variable} home-activation-service-type |