branch: elpa/nix-mode commit c2d96ced52ff436ef5aa891f9600349e9dd657c9 Author: Daniel Nagy <danieln...@posteo.de> Commit: Daniel Nagy <danieln...@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)