branch: externals/auctex
commit fb6333b49905fb4bfdbd5f8a0c5731c0c0a2a902
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * doc/install.texi (Installation): Guard reference in "@ifclear rawfile".
---
doc/install.texi | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/install.texi b/doc/install.texi
index dfe3126..184be7c 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -20,9 +20,11 @@ the installation procedure. That's all. This installation
procedure
has several advantages. Besides being platform and @acronym{OS}
independent, you will receive intermediate releases between major
@AUCTeX{} releases conveniently. For past @acronym{ELPA} releases, see
-@url{https://elpa.gnu.org/packages/auctex.html}. Once the installation
-is completed, you can skip the rest of this section and proceed to
-@ref{Quick Start}.
+@url{https://elpa.gnu.org/packages/auctex.html}.
+@ifclear rawfile
+Once the installation is completed, you can skip the rest of this
+section and proceed to @ref{Quick Start}.
+@end ifclear
The remainder of this section is about installing @AUCTeX{} from a
release tarball or from a checkout of the @AUCTeX{} repository.