diff options
Diffstat (limited to 'clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el')
| -rw-r--r-- | clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el b/clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el index 84fff624692..c8e74d113ce 100644 --- a/clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el +++ b/clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el @@ -110,7 +110,7 @@ buffer as only argument." nil) (defun clang-include-fixer--make-process (callback args) - "Start a new clang-incude-fixer process using `make-process'. + "Start a new clang-include-fixer process using `make-process'. CALLBACK is called after the process finishes successfully; it is called with a single argument, the buffer where standard output has been inserted. ARGS is a list of additional command line @@ -129,7 +129,7 @@ arguments. Return the new process object." :stderr stderr))) (defun clang-include-fixer--start-process (callback args) - "Start a new clang-incude-fixer process using `start-file-process'. + "Start a new clang-include-fixer process using `start-file-process'. CALLBACK is called after the process finishes successfully; it is called with a single argument, the buffer where standard output has been inserted. ARGS is a list of additional command line |

