ajvargo / ruby-refactor

A minor mode for Emacs that provides some Ruby refactoring methods.
63 stars 19 forks source link

Fix emacs native compilation warning #31

Open sdwolfz opened 2 years ago

sdwolfz commented 2 years ago

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

 ■  Warning (comp): ruby-refactor.el:144:2: Warning: custom-declare-variable `ruby-refactor-let-position' docstring has wrong usage of unescaped single quotes (use \= or different quoting)
 ■  Warning (comp): ruby-refactor.el:181:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting)
 ■  Warning (comp): ruby-refactor.el:199:2: Warning: docstring wider than 80 characters
 ■  Warning (comp): ruby-refactor.el:212:2: Warning: docstring wider than 80 characters
 ■  Warning (comp): ruby-refactor.el:365:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting)