guix-commits
[Top][All Lists]
Advanced

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

75/244: gnu: emacs-tintin-mode: Appease linter.


From: guix-commits
Subject: 75/244: gnu: emacs-tintin-mode: Appease linter.
Date: Wed, 12 Apr 2023 08:47:23 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit fd9a1d9347264d263c5eecb3287b5dfb6d58da39
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 4 22:13:53 2023 +0200

    gnu: emacs-tintin-mode: Appease linter.
    
    * gnu/packages/emacs-xyz.scm (emacs-tintin-mode)[synopsis]: Remove final 
full
    stop.  Also shorten it a bit.
    [description]: Fill below column 80.
---
 gnu/packages/emacs-xyz.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6c364c0ceb..ec2078f44c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36655,8 +36655,12 @@ a vertical completion UI.")
          (base32 "1p6ryqb8m30cp0zyawb6bs8wy3ga7gm60lcan0xx1fy3wx8qip33"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/sunwayforever/tintin-mode";)
-      (synopsis "Emacs major mode for highlighting and indenting TinTin++ 
scripts.")
-      (description "This major mode focuses on highlighting as many aspects of 
the TinTin++ scripting language as possible, organizing commands into 
functional categories and highlighting specific modes that many commands use to 
accomplish different tasks.")
+      (synopsis "Emacs major mode for TinTin++ scripts")
+      (description
+       "This major mode focuses on highlighting as many aspects of the
+TinTin++ scripting language as possible, organizing commands into functional
+categories and highlighting specific modes that many commands use to
+accomplish different tasks.")
       (license license:asl2.0))))
 
 ;;;



reply via email to

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