branch: main
commit 7f6a83ff431c948d4cd6ee5626848c0025bd3ee6
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
; * doc/auctex.texi: Add an instruction to have pdf document
---
doc/auctex.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/auctex.texi b/doc/auctex.texi
index d68c4fbd..eb26606a 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -7,6 +7,10 @@
@c paragraphindent 2
@comment %**end of header
@include macros.texi
+@c To obtain pdf document, run "texi2pdf" directly on this file.
+@c Don't use "makeinfo --pdf" (equivalently, "texi2any --pdf") instead
+@c because that fails with false errors. Validity checking by texi2any
+@c doesn't understand the TeX codes in this file and macros.texi.
@copying
This manual is for @AUCTeX{}
(version @value{VERSION} from @value{UPDATED}),