summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-10 20:06:35 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-10 20:06:35 +0000
commit9eccc8f0b6357b9e433e9a7675991dd35ded52cc (patch)
treeeec5d74b965d05549821d6f6209e00fc8bd2ad83
parenta72196e7f4b5ac1f2f8b8c79e898cadf95267076 (diff)
downloademacs-9eccc8f0b6357b9e433e9a7675991dd35ded52cc.tar.gz
(cal-tex-preamble-extra): Fix custom type (sync from trunk
2008-04-11).
-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 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")