CVSROOT: /sources/auctex
Module name: auctex
Changes by: Tassilo Horn <tsdh> 12/04/26 06:38:04
Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.695
retrieving revision 5.696
diff -u -b -r5.695 -r5.696
--- tex.el 25 Apr 2012 06:25:44 -0000 5.695
+++ tex.el 26 Apr 2012 06:37:59 -0000 5.696
@@ -1346,10 +1346,8 @@
(lambda (arg) (memq arg (mapcar 'car TeX-engine-alist-builtin))))
(defun TeX-engine-set (type)
- (concat "Set TeX engine to TYPE.
-TYPE can be one of the following symbols:\n"
- (mapconcat (lambda (x) (format "* `%s'" (car x)))
- (TeX-engine-alist) "\n"))
+ "Set TeX engine to TYPE.
+For available TYPEs, see variable `TeX-engine'."
(interactive (list (completing-read "Engine: "
(mapcar (lambda (x)
(symbol-name (car x)))
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs