Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use correct quotes in rust-spellcheck.el docstrings Fixes In toplevel form: rustic-spellcheck.el:18:9: Warning: defvar ‘rustic-spellcheck-arguments’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') In rustic-cargo-spellcheck: rustic-spellcheck.el:92:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') In rustic-cargo-spellcheck-command: rustic-spellcheck.el:106:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') In rustic-cargo-spellcheck-rerun: rustic-spellcheck.el:117:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') * Remove unused variable in rustic-cargo-spellcheck-command Fixes: rustic-spellcheck.el:110:11: Warning: Unused lexical variable ‘spellcheck-command’ --------- Co-authored-by: Ola Nilsson <[email protected]>
- Loading branch information