Fix byte-compiler warning in calc.el

* lisp/calc/calc.el
(calc-embedded-open-close-new-formula-alist): Remove previously
introduced quotation marks, as they bring the width of the doc
string past 80.
This commit is contained in:
Po Lu 2024-07-09 09:35:16 +08:00
parent dce31372a6
commit 15c591bad6

View file

@ -341,7 +341,7 @@ See calc-embedded-open-plain."
(defcustom calc-embedded-open-close-new-formula-alist
nil
"Alist of major modes with pairs of new formula delimiters used by `calc-embedded'."
"Alist of major modes with pairs of new formula delimiters used by calc-embedded."
:type '(alist :key-type (symbol :tag "Major mode")
:value-type (list (string :tag "Opening new formula delimiter")
(string :tag "Closing new formula delimiter"))))