tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
629 stars 93 forks source link

Fix docstring has wrong usage of unescaped single quotes #215

Closed dportnrj closed 2 years ago

dportnrj commented 2 years ago

To reproduce notice the compilation logs. You can then open the offending file and run M-x elisp-byte-compile-buffer before and after the changes to see the warning is removed.

Warning (comp): request.el:331:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting)