diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-05-07 22:00:51 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-05-07 22:06:15 +0300 |
commit | 7017d87438685ace49db2627736127ca34db06fc (patch) | |
tree | bb596dedd94234158925dc31b93c31cf80212829 /doc | |
parent | 5e5bcc800bd08049dbab24f496fd0cfaa144d91e (diff) | |
download | patches-7017d87438685ace49db2627736127ca34db06fc.tar patches-7017d87438685ace49db2627736127ca34db06fc.tar.gz |
doc: Fix typo.
* doc/guix.texi (Desktop Services): Use 'any' when refering to more than
two desktop environments.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index dc9894173e..dce9f0e1aa 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12632,7 +12632,7 @@ profile, and extends polkit with the actions from @end deffn Because the GNOME, XFCE and MATE desktop services pull in so many packages, -the default @code{%desktop-services} variable doesn't include either of +the default @code{%desktop-services} variable doesn't include any of them by default. To add GNOME, XFCE or MATE, just @code{cons} them onto @code{%desktop-services} in the @code{services} field of your @code{operating-system}: |