gnu: emacs-finalize: Fix grammar of "will allows to immediately run" to
"runs". * gnu/packages/emacs-xyz (emacs-finalize): Fix grammar.
This commit is contained in:
		
							parent
							
								
									75615ca090
								
							
						
					
					
						commit
						99f53a13d1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -12487,8 +12487,8 @@ match and total match information in the mode-line in various search modes.")
 | 
				
			||||||
  (home-page "https://github.com/skeeto/elisp-finalize")
 | 
					  (home-page "https://github.com/skeeto/elisp-finalize")
 | 
				
			||||||
  (synopsis "Finalizers for Emacs Lisp")
 | 
					  (synopsis "Finalizers for Emacs Lisp")
 | 
				
			||||||
  (description
 | 
					  (description
 | 
				
			||||||
    "This package will allows to immediately run a callback (a finalizer)
 | 
					    "This package runs a callback (a finalizer)
 | 
				
			||||||
after its registered lisp object has been garbage collected.  This allows for
 | 
					after its registered lisp object has been garbage collected.  This allows
 | 
				
			||||||
extra resources, such as buffers and processes, to be cleaned up after the
 | 
					extra resources, such as buffers and processes, to be cleaned up after the
 | 
				
			||||||
object has been freed.")
 | 
					object has been freed.")
 | 
				
			||||||
  (license license:unlicense)))
 | 
					  (license license:unlicense)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue