gnu: emacs-elisp-refs: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs)[description]: Make it start with a complete sentence.
This commit is contained in:
		
							parent
							
								
									45335578d6
								
							
						
					
					
						commit
						fa315669d5
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -18633,9 +18633,9 @@ continue.")
 | 
				
			||||||
      #:test-command #~(list "ert-runner")))
 | 
					      #:test-command #~(list "ert-runner")))
 | 
				
			||||||
    (home-page "https://github.com/Wilfred/elisp-refs")
 | 
					    (home-page "https://github.com/Wilfred/elisp-refs")
 | 
				
			||||||
    (synopsis "Find callers of elisp functions or macros")
 | 
					    (synopsis "Find callers of elisp functions or macros")
 | 
				
			||||||
    (description "Find references to functions, macros or variables.  Unlike a
 | 
					    (description "@code{elisp-refs} finds references to functions, macros or
 | 
				
			||||||
dumb text search, @code{elisp-refs} actually parses the code, so it's never
 | 
					variables.  Unlike a dumb text search, it actually parses the code, so it's
 | 
				
			||||||
confused by comments or @code{foo-bar} matching @code{foo}.")
 | 
					never confused by comments or @code{foo-bar} matching @code{foo}.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-crdt
 | 
					(define-public emacs-crdt
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue