branch: elpa/nix-mode
commit 9f4f5d5860d6b5867ea656978d36401bc7d377b4
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Checkdoc of elisp
---
nix-shell.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nix-shell.el b/nix-shell.el
index de9c8ff9c8..ca3dec72d2 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -24,13 +24,13 @@
:group 'nix)
(defcustom nix-shell-executable "nix-shell"
- "Location of nix-shell executable."
+ "Location of ‘nix-shell’ executable."
:group 'nix-shell
:type 'string)
;;;###autoload
(defun nix-shell (path attribute)
- "Run nix-shell in a terminal.
+ "Run ‘nix-shell’ in a terminal.
PATH path containing Nix expressions.
ATTRIBUTE attribute name in nixpkgs to use."