bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-AUCTeX] Minor documentation compile bug


From: Russell Sim
Subject: [Bug-AUCTeX] Minor documentation compile bug
Date: Thu, 06 Mar 2014 09:08:44 +1100

Hey,

I have noticed that when running AUCTeX from git I get an error while
compiling the info files.  From what I can see it's caused by some
missing braces.

Thanks,
Russell

$ ./autogen.sh 
echo @set VERSION 2014-02-22 >version.texi
echo @set UPDATED 2014-02-22 >>version.texi
makeinfo preview-latex.texi
makeinfo auctex.texi
auctex.texi:2852: Unknown command `AUCTeX,'.
makeinfo: Removing output file 
`/home/russell/projects/dotfiles/emacs.d/el-get/auctex/doc/auctex.info' due to 
errors; use --force to preserve.
make: *** [auctex.info] Error 1
Error running make in doc


diff --git a/doc/auctex.texi b/doc/auctex.texi
index eb070e7..6c6fa95 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2849,7 +2849,7 @@ means there is no command available.
 
 As shown above, @AUCTeX{} handles in a special way most of the main
 options that can be given to the @TeX{} processors.  When you need to
-pass to the @TeX{} processor arbitrary options not handled by @AUCTeX,
+pass to the @TeX{} processor arbitrary options not handled by @AUCTeX{},
 you can use the file local variable @code{TeX-command-extra-options}.
 @defopt TeX-command-extra-options
 String with the extra options to be given to the TeX processor.  For





reply via email to

[Prev in Thread] Current Thread [Next in Thread]