summary refs log tree commit diff
path: root/nixos/modules/services/editors/emacs.xml
diff options
context:
space:
mode:
authorNick Hackman <snickhackman@gmail.com>2020-08-27 16:54:23 -0400
committerNick Hackman <snickhackman@gmail.com>2020-08-27 16:58:52 -0400
commit626bd1f11105bf0f72e5e976678d5d8b288968b8 (patch)
treea67eaa81b109a483042fcb7630935dea07033031 /nixos/modules/services/editors/emacs.xml
parentec62be5eb1cce0afaaa51753cda967a387a82c3b (diff)
Fix typo in services/editors/emacs documentation
In section `sec-modify-via-packageOverrides`: is -> if
Diffstat (limited to 'nixos/modules/services/editors/emacs.xml')
-rw-r--r--nixos/modules/services/editors/emacs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/editors/emacs.xml b/nixos/modules/services/editors/emacs.xml
index 05f87df43bcd2..302aa1ed7c482 100644
--- a/nixos/modules/services/editors/emacs.xml
+++ b/nixos/modules/services/editors/emacs.xml
@@ -322,7 +322,7 @@ https://nixos.org/nixpkgs/manual/#sec-modify-via-packageOverrides
     If you want, you can tweak the Emacs package itself from your
     <filename>emacs.nix</filename>. For example, if you want to have a
     GTK 3-based Emacs instead of the default GTK 2-based binary and remove the
-    automatically generated <filename>emacs.desktop</filename> (useful is you
+    automatically generated <filename>emacs.desktop</filename> (useful if you
     only use <command>emacsclient</command>), you can change your file
     <filename>emacs.nix</filename> in this way:
    </para>