mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
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:
parent
dce31372a6
commit
15c591bad6
@ -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"))))
|
||||
|
Loading…
Reference in New Issue
Block a user