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

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

[nongnu] elpa/nix-mode 9f4f5d5860 204/500: Checkdoc of elisp


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 9f4f5d5860 204/500: Checkdoc of elisp
Date: Sat, 29 Jan 2022 08:27:06 -0500 (EST)

branch: elpa/nix-mode
commit 9f4f5d5860d6b5867ea656978d36401bc7d377b4
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    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."



reply via email to

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