From: Stefan Kangas Date: Mon, 8 Jul 2024 14:44:17 +0000 (+0200) Subject: Checkdoc fixes in `calc/*.el` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b14f392a94a2cdeccdef377529584d56e38f083a;p=emacs.git Checkdoc fixes in `calc/*.el` * lisp/calc/calc.el (calc-embedded-open-close-new-formula-alist): Checkdoc fixes. (cherry picked from commit 521f740d0136924b2931d4fff6868eb0427b946d) --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index f92e4958e33..1bbc297e58c 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -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"))))