gnu: emacs-elixir-mode: Fix capitalization in description.
* gnu/packages/emacs-xyz.scm (emacs-elixir-mode)[description]: Downcase incorrectly capitalized word. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
		
							parent
							
								
									5041cc28cb
								
							
						
					
					
						commit
						66ed570a05
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20371,7 +20371,7 @@ color.  Designed for 256-color terminals.  Comes in light and dark!")
 | 
			
		|||
     "https://github.com/elixir-editors/emacs-elixir")
 | 
			
		||||
    (synopsis "Major mode for editing Elixir files")
 | 
			
		||||
    (description
 | 
			
		||||
     "Elixir-Mode Provides font-locking, indentation and navigation support
 | 
			
		||||
     "Elixir-Mode provides font-locking, indentation and navigation support
 | 
			
		||||
 for the Elixir programming language.")
 | 
			
		||||
    (license license:gpl3+)))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue