diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-07 10:42:20 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-07 10:45:25 +0100 |
commit | 1f34368c165188128dbeb3846eb66af6cf581652 (patch) | |
tree | 84a79998428875cd6f9f8b855e0fe5b8bdccbfca | |
parent | 878777b442803abfc6933eeac7335ab174acc995 (diff) | |
download | guix-1f34368c165188128dbeb3846eb66af6cf581652.tar.gz |
gnu: emacs-racket-mode: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-racket-mode)[description]: Improve text.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e86fc373df..96c18cba38 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20126,13 +20126,8 @@ perform regression test for packages that provide font-lock rules.") (list emacs-faceup emacs-paredit emacs-pos-tip emacs-s)) (home-page "https://www.racket-mode.com/") (synopsis "Major mode for the Racket language") - (description "@code{racket-mode} provides: - -@itemize -@item Focus on Racket (not various Schemes). -@item Follow DrRacket concepts where applicable. -@item Thorough font-lock and indent. -@end itemize\n") + (description "Racket mode provides thorough font-lock and indentation. +It follows DrRacket concepts where applicable.") (license license:gpl2+)))) (define-public emacs-grep-context |