* 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.
(cherry picked from commit
15c591bad6282824adf33fa195733da416d3fef2)
(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"))))