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-async" ,emacs-async)
 | 
				
			||||||
       ("emacs-popup" ,emacs-popup)))
 | 
					       ("emacs-popup" ,emacs-popup)))
 | 
				
			||||||
    (home-page "https://emacs-helm.github.io/helm/")
 | 
					    (home-page "https://emacs-helm.github.io/helm/")
 | 
				
			||||||
    (synopsis "Incremental completion and selection narrowing
 | 
					    (synopsis
 | 
				
			||||||
framework for Emacs")
 | 
					     "Incremental completion and selection narrowing framework for Emacs")
 | 
				
			||||||
    (description "Helm is incremental completion and selection narrowing
 | 
					    (description
 | 
				
			||||||
framework for Emacs.  It will help steer you in the right direction when
 | 
					     "Helm is an incremental completion and selection narrowing framework for
 | 
				
			||||||
you're looking for stuff in Emacs (like buffers, files, etc).  Helm is a fork
 | 
					Emacs.  It will help steer you in the right direction when you're looking for
 | 
				
			||||||
of @code{anything.el} originally written by Tamas Patrovic and can be
 | 
					stuff in Emacs (like buffers, files, etc).")
 | 
				
			||||||
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.")
 | 
					 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-helm-org
 | 
					(define-public emacs-helm-org
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue