emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
623 stars 162 forks source link

docstring warnings #1301

Closed adl closed 3 months ago

adl commented 3 months ago

I get the following warnings with emacs 30.0.50 (one year old):

⛔ Warning (comp): ess-custom.el:382:2: Warning: custom-declare-variable `ess-use-inferior-program-in-buffer-name' docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
⛔ Warning (comp): ess-custom.el:1318:2: Warning: custom-declare-variable `ess-own-style-list' docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')

https://github.com/emacs-ess/ESS/blob/80e8befbe2d8ba126edf5bc117660006eaed778f/lisp/ess-custom.el#L382-L384 https://github.com/emacs-ess/ESS/blob/80e8befbe2d8ba126edf5bc117660006eaed778f/lisp/ess-custom.el#L1318-L1321

rsparapa commented 3 months ago

Never saw that before. I checked in a fix. So take a look and see if that works. Thanks