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 docstring warnings by escaping single quotes and backticks #544

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

Nyoho
Copy link
Contributor

@Nyoho Nyoho commented Oct 18, 2024

Escaped unquoted single quotes and backticks in docstrings to resolve the following warnings.

Description

In leaf.el, certain docstrings caused warnings due to unescaped single quotes and backticks, as shown below:

leaf.el:????:2: Warning: docstring has wrong usage of unescaped single quotes
    (use \=' or different quoting such as `...').

This PR resolves these warnings by adding = before unquoted single quotes and backticks throughout the affected docstrings, ensuring they follow the recommended quoting conventions.

Checklist

  • I've read CONTRIBUTING.org.
    • I've assign FSF.
    • The leaf.el after my changed pass all testcases by make test.
    • My changed elisp code byte-compiled cleanly. ←🎉
    • I've added testcases related to my PR. ← It seems to be unnecessary.
    • I've fixed README related the my added testcases. ← it seems to be unnecessary.

Escaped unquoted single quotes and backticks in docstrings to resolve
the following warnings:
leaf.el:????:2: Warning: docstring has wrong usage of unescaped single quotes
    (use \=' or different quoting such as `...').
@conao3
Copy link
Owner

conao3 commented Oct 18, 2024

Thanks!

@conao3 conao3 merged commit 69c9b05 into conao3:master Oct 18, 2024
14 checks passed
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.

2 participants