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

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

[nongnu] elpa/nix-mode 80b05d3df7 08/14: Fix docstring for new function


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 80b05d3df7 08/14: Fix docstring for new function
Date: Tue, 19 Jul 2022 01:58:49 -0400 (EDT)

branch: elpa/nix-mode
commit 80b05d3df764ae51fb219602cf0d74ab5d6a4897
Author: Nicholas Coltharp <coltharp@pdx.edu>
Commit: Nicholas Coltharp <coltharp@pdx.edu>

    Fix docstring for new function
    
    Update the docstring for `nix--escaped-dollar-sign-antiquote-sq-style`.
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 4427feb9a6..59ca5a2101 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -253,7 +253,7 @@ STRING-TYPE type of string based off of Emacs syntax table 
types"
             (nix--mark-string (1- end) ?\'))))))))
 
 (defun nix--escaped-dollar-sign-antiquote-sq-style ()
-  "Hande Nix antiquote sq style."
+  "Hande Nix escaped dollar sign antiquote sq style."
   (let* ((start (match-beginning 0))
          (ps (nix--get-parse-state start))
         (string-type (nix--get-string-type ps)))



reply via email to

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