guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: julia-commonsubexpressions: Fix Texinfo syntax.


From: guix-commits
Subject: 09/11: gnu: julia-commonsubexpressions: Fix Texinfo syntax.
Date: Wed, 31 Mar 2021 10:01:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f233bb170b072cf4801b2f229593b9680ea0224c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 31 15:57:02 2021 +0200

    gnu: julia-commonsubexpressions: Fix Texinfo syntax.
    
    * gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis]
    [description]: Fix Texinfo syntax.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index cbff691..85949ec 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -304,8 +304,8 @@ with.")
     (propagated-inputs
      `(("julia-macrotools" ,julia-macrotools)))
     (home-page "https://github.com/rdeits/CommonSubexpressions.jl";)
-    (synopsis "Macro @code{@cse}")
-    (description "This package provides the @code{@cse} macro, which performs
+    (synopsis "@code{@@cse} macro for Julia")
+    (description "This package provides the @code{@@cse} macro, which performs
 common subexpression elimination.")
     (license license:expat)))
 



reply via email to

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