Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some compiler and checkdoc warnings in rustic-spellcheck #557

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

snogge
Copy link
Contributor

@snogge snogge commented Apr 4, 2024

No description provided.

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 `...')
Fixes:

rustic-spellcheck.el:110:11: Warning: Unused lexical variable ‘spellcheck-command’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant