]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix byte-compiler warning in calc.el
authorPo Lu <luangruo@yahoo.com>
Tue, 9 Jul 2024 01:35:16 +0000 (09:35 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:50:34 +0000 (19:50 +0200)
* 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)

lisp/calc/calc.el

index 1bbc297e58cee93892f80fe0c03e6ed15300f156..f92e4958e33a1d001b39bf68196b633e6521f2e9 100644 (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"))))