diff options
| -rw-r--r-- | lisp/calendar/cal-tex.el | 2 |
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." | |||
| 128 | "A string giving extra LaTeX commands to insert in the calendar preamble. | 128 | "A string giving extra LaTeX commands to insert in the calendar preamble. |
| 129 | For example, to include extra packages: | 129 | For example, to include extra packages: |
| 130 | \"\\\\usepackage{foo}\\n\\\\usepackage{bar}\\n\"." | 130 | \"\\\\usepackage{foo}\\n\\\\usepackage{bar}\\n\"." |
| 131 | :type 'string | 131 | :type '(choice (const nil) string) |
| 132 | :group 'calendar-tex | 132 | :group 'calendar-tex |
| 133 | :version "22.1") | 133 | :version "22.1") |
| 134 | 134 | ||