jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.4k stars 260 forks source link

Fix emacs native compilation warning #997

Closed sdwolfz closed 2 years ago

sdwolfz commented 2 years ago
 ■  Warning (comp): use-package-core.el:907:2: Warning: docstring has
wrong usage of unescaped single quotes (use \= or different quoting)
 ■  Warning (comp): use-package-core.el:930:2: Warning: docstring has
wrong usage of unescaped single quotes (use \= or different quoting)

To reproduce, have emacs built with native compilation and notice the compilation logs. You can then open a file and run M-x emacs-lisp-native-compile-and-load before and after the changes to see the warning is removed.