]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/tex-mode.el
Merge branch 'emacs-25-merge'
[gnu-emacs] / lisp / textmodes / tex-mode.el
index 0b13759b9bcff0b2df3db7a4a8d97fa8a45c12dd..22bb8ca41dba2b6195b575aca5ed7803bd084854 100644 (file)
@@ -188,7 +188,7 @@ If two printers are not enough of a choice, you can set the variable
 for example,
 
     (setq tex-alt-dvi-print-command
-         '(format \"lpr -P%s\" (read-string \"Use printer: \")))
+         \\='(format \"lpr -P%s\" (read-string \"Use printer: \")))
 
 would tell \\[tex-print] with a prefix argument to ask you which printer to
 use."
@@ -3291,6 +3291,7 @@ There might be text before point."
     ("\\rightthreetimes" . ?⋌)
     ("\\risingdotseq" . ?≓)
     ("\\rtimes" . ?⋊)
+    ("\\times" . ?×)
     ("\\sbs" . ?﹨)
     ("\\searrow" . ?↘)
     ("\\setminus" . ?∖)