]> git.eshelyaron.com Git - emacs.git/commitdiff
(cal-tex-preamble-extra): Fix custom type.
authorGlenn Morris <rgm@gnu.org>
Fri, 11 Apr 2008 03:44:38 +0000 (03:44 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 11 Apr 2008 03:44:38 +0000 (03:44 +0000)
lisp/calendar/cal-tex.el

index c75231e4ace856a369269a2c713275a7572cf47f..b1380c2a9131ac67cc8b4ab97870f3bf49e8162d 100644 (file)
@@ -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")