aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 3d78599ecc1..ceee013e493 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -231,7 +231,8 @@
231 (f90-mode . fortran)) 231 (f90-mode . fortran))
232 "*Alist of major modes with appropriate Calc languages." 232 "*Alist of major modes with appropriate Calc languages."
233 :group 'calc 233 :group 'calc
234 :type '(alist :key-type symbol :value-type symbol)) 234 :type '(alist :key-type (symbol :tag "Major mode")
235 :value-type (symbol :tag "Calc language")))
235 236
236(defcustom calc-embedded-announce-formula 237(defcustom calc-embedded-announce-formula
237 "%Embed\n\\(% .*\n\\)*" 238 "%Embed\n\\(% .*\n\\)*"