guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm: Make description more focused.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm: Make description more focused.
Date: Fri, 25 Jun 2021 02:23:44 -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 36a1724  gnu: emacs-helm: Make description more focused.
36a1724 is described below

commit 36a17248cefce04338d4bca14e62445f7f4f7d06
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 25 08:18:53 2021 +0200

    gnu: emacs-helm: Make description more focused.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm)[description]: Shorten and keep
    it focused on Helm, not Anything.
---
 gnu/packages/emacs-xyz.scm | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7e83fa5..4071837 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10574,15 +10574,12 @@ ack, ag, helm and pt.")
      `(("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



reply via email to

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