guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-arduino-mode: Slightly improve descrip


From: guix-commits
Subject: branch master updated: gnu: emacs-arduino-mode: Slightly improve description.
Date: Sat, 27 Aug 2022 05:28:32 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b594c7354c gnu: emacs-arduino-mode: Slightly improve description.
b594c7354c is described below

commit b594c7354ce1daedecb3310b55817b69e90adbe9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 27 11:27:04 2022 +0200

    gnu: emacs-arduino-mode: Slightly improve description.
    
    * gnu/packages/emacs-xyz.scm (emacs-arduino-mode)[description]: Make it a 
full
    sentence, and mention Org Babel support.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 17adecd975..76c453088b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24459,7 +24459,8 @@ other frame parameters.")
       (inputs
        (list emacs-flycheck emacs-spinner))
       (synopsis "Emacs major mode for editing Arduino sketches")
-      (description "Emacs major mode for editing Arduino sketches.")
+      (description "This package provides an Emacs major mode for editing
+Arduino sketches and Org Babel support.")
       (home-page "https://repo.or.cz/arduino-mode";)
       (license license:gpl3+))))
 



reply via email to

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