diff options
-rw-r--r-- | clang-tools-extra/include-fixer/tool/clang-include-fixer.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/include-fixer/tool/clang-include-fixer.el b/clang-tools-extra/include-fixer/tool/clang-include-fixer.el index 194f4b17f1f..f857eeebfed 100644 --- a/clang-tools-extra/include-fixer/tool/clang-include-fixer.el +++ b/clang-tools-extra/include-fixer/tool/clang-include-fixer.el @@ -5,8 +5,8 @@ ;;; Commentary: -;; This package allows to invoke the 'clang-include-fixer' within Emacs. -;; 'clang-include-fixer' provides an automated way of adding #include +;; This package allows Emacs users to invoke the 'clang-include-fixer' within +;; Emacs. 'clang-include-fixer' provides an automated way of adding #include ;; directives for missing symbols in one translation unit, see ;; <http://clang.llvm.org/extra/include-fixer.html>. |