summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-11 03:44:38 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-11 03:44:38 +0000
commit906c1e930c89ddc19994d2184005a5400ef45f91 (patch)
treed4da78063ba044c8b330f1f88212078b911d1aee /lisp/calendar
parent76db882349ac32394934af57044943340b9a3c10 (diff)
downloademacs-906c1e930c89ddc19994d2184005a5400ef45f91.tar.gz
(cal-tex-preamble-extra): Fix custom type.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-tex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el
index c75231e4ace..b1380c2a913 100644
--- a/lisp/calendar/cal-tex.el
+++ b/lisp/calendar/cal-tex.el
@@ -144,7 +144,7 @@ At present, this only affects `cal-tex-cursor-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")