From 3bb22e5433919816c021aaba1f6d1220d1a57151 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 13:29:47 -0700 Subject: gnu: emacs-clang-format: Fix grammar of "allows to filter" to "filters". * gnu/packages/llvm (emacs-clang-format): Fix grammar. --- gnu/packages/llvm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 41217d14f0..7236567a5e 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -816,7 +816,7 @@ (define-public emacs-clang-format (string-append clang "/bin/clang-format")))) #t))))) (synopsis "Format code using clang-format") - (description "This package allows to filter code through @code{clang-format} + (description "This package filters code through @code{clang-format} to fix its formatting. @code{clang-format} is a tool that formats C/C++/Obj-C code according to a set of style options, see @url{https://clang.llvm.org/docs/ClangFormatStyleOptions.html}."))) -- cgit v1.2.3