From 9eccc8f0b6357b9e433e9a7675991dd35ded52cc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Aug 2008 20:06:35 +0000 Subject: [PATCH] (cal-tex-preamble-extra): Fix custom type (sync from trunk 2008-04-11). --- lisp/calendar/cal-tex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index a77eaafcf9e..011c4d3de76 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -128,7 +128,7 @@ will put the Hebrew date at the bottom of each day." "A string giving extra LaTeX commands to insert in the calendar preamble. For example, to include extra packages: \"\\\\usepackage{foo}\\n\\\\usepackage{bar}\\n\"." - :type 'string + :type '(choice (const nil) string) :group 'calendar-tex :version "22.1") -- 2.39.5