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:
		
							parent
							
								
									da5045e1c9
								
							
						
					
					
						commit
						36a17248ce
					
				
					 1 changed files with 6 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue