gnu: emacs-helm: Make description more focused.

* gnu/packages/emacs-xyz.scm (emacs-helm)[description]: Shorten and keep
it focused on Helm, not Anything.
This commit is contained in:
Nicolas Goaziou 2021-06-25 08:18:53 +02:00
parent da5045e1c9
commit 36a17248ce
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10574,15 +10574,12 @@ (define-public emacs-helm
`(("emacs-async" ,emacs-async)
("emacs-popup" ,emacs-popup)))
(home-page "https://emacs-helm.github.io/helm/")
(synopsis "Incremental completion and selection narrowing
framework for Emacs")
(description "Helm is incremental completion and selection narrowing
framework for Emacs. It will help steer you in the right direction when
you're looking for stuff in Emacs (like buffers, files, etc). Helm is a fork
of @code{anything.el} originally written by Tamas Patrovic and can be
considered to be its successor. Helm sets out to clean up the legacy code in
@code{anything.el} and provide a cleaner, leaner and more modular tool, that's
not tied in the trap of backward compatibility.")
(synopsis
"Incremental completion and selection narrowing framework for Emacs")
(description
"Helm is an incremental completion and selection narrowing framework for
Emacs. It will help steer you in the right direction when you're looking for
stuff in Emacs (like buffers, files, etc).")
(license license:gpl3+)))
(define-public emacs-helm-org