]> git.eshelyaron.com Git - emacs.git/commitdiff
Checkdoc fixes in `calc/*.el`
authorStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jul 2024 14:44:17 +0000 (16:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:50:25 +0000 (19:50 +0200)
* lisp/calc/calc.el (calc-embedded-open-close-new-formula-alist):
Checkdoc fixes.

(cherry picked from commit 521f740d0136924b2931d4fff6868eb0427b946d)

lisp/calc/calc.el

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