emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode c2d96ced52 447/500: Fix wrong documentation


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode c2d96ced52 447/500: Fix wrong documentation
Date: Sat, 29 Jan 2022 08:27:55 -0500 (EST)

branch: elpa/nix-mode
commit c2d96ced52ff436ef5aa891f9600349e9dd657c9
Author: Daniel Nagy <danielnagy@posteo.de>
Commit: Daniel Nagy <danielnagy@posteo.de>

    Fix wrong documentation
---
 nix.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix.el b/nix.el
index a02f6f0127..9f9110d933 100644
--- a/nix.el
+++ b/nix.el
@@ -35,12 +35,12 @@
   :type 'string)
 
 (defcustom nix-instantiate-executable "nix-instantiate"
-  "Nix executable location."
+  "Nix-instantiate executable location."
   :group 'nix
   :type 'string)
 
 (defcustom nix-store-executable "nix-store"
-  "Nix executable location."
+  "Nix-store executable location."
   :group 'nix
   :type 'string)
 
@@ -55,7 +55,7 @@
   :type 'string)
 
 (defcustom nix-state-dir "/nix/var"
-  "Nix store directory."
+  "Nix state directory."
   :group 'nix
   :type 'string)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]