diff options
Diffstat (limited to 'lisp/textmodes/tex-mode.el')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 8c7ac312b9f..bc10eab0498 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2579,7 +2579,7 @@ If you use pdflatex instead of latex, set this to \".pdf\" and modify `tex-dvi-view-command' and `tex-dvi-print-command' appropriately." :type 'string :group 'tex-view - :version "24.5") + :version "25.1") (defun tex-print (&optional alt) "Print the .dvi file made by \\[tex-region], \\[tex-buffer] or \\[tex-file]. |