diff mbox series

[bug#67983,v2REVISION,6/6] gnu: emacs-nerd-icons: Update description.

Message ID c54b6e25845b52b89c16bfb163bab849db46bfff.1703366019.git.jaeme@runbox.com
State New
Headers show
Series gnu: Nerdify Emacs | expand

Commit Message

Jaeme Sifat Dec. 23, 2023, 9:23 p.m. UTC
Updates the description field to mention the ability to download a libre nerd
font within the package itself and to fix grammatical errors.

* gnu/packages/emacs-xyz.scm (emacs-nerd-icons): Update description field.

Change-Id: I927dfda8cbd7f9a2eca767260f64da1be9b1544d
---
 gnu/packages/emacs-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

--
2.41.0
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 936d558ae3..b0f222b735 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28438,8 +28438,11 @@  (define-public emacs-nerd-icons
     (arguments
      (list #:include #~(cons "^data\\/" %default-include)))
     (synopsis "Library for easily using nerd font icons inside Emacs")
-    (description "Nerd-icons an alternative to all-the-icons.  It works on both
-GUI and terminal, and requires a nerd font installed on your system.")
+    (description
+     "@code{nerd-icons.el} is an alternative to @code{all-the-icons.el} that
+works on both graphical and text-based Emacs sessions.  This requires a nerd
+font installed on your system which can be done by using the built-in nerd
+font symbols downloader script after installation.")
     (license license:gpl3+)))

 (define-public emacs-nerd-icons-completion