diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-04 22:13:53 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-04 22:16:54 +0200 |
commit | 6311493d7a6271bfbc51f4693857f9a12fe9965d (patch) | |
tree | dd69f7c13ef53f85407671c2118806720276f9f4 /gnu/packages | |
parent | 36e4b91b0c48883a6fa02e2a0e378aca885bafa8 (diff) | |
download | guix-6311493d7a6271bfbc51f4693857f9a12fe9965d.tar.gz guix-6311493d7a6271bfbc51f4693857f9a12fe9965d.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files 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)))) ;;; |