aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-05-19 22:35:11 +0000
committerLuc Teirlinck2006-05-19 22:35:11 +0000
commitd70afed477c1d1a33ea23a758a940f9b143a6737 (patch)
treebefb136cf6b53917a52e0aa9462c4c13a00e6060
parentbd9e44e786a5637796cd64a55c8c6f4134bf06a5 (diff)
downloademacs-d70afed477c1d1a33ea23a758a940f9b143a6737.tar.gz
emacs-d70afed477c1d1a33ea23a758a940f9b143a6737.zip
(Init File): ifinfo -> ifnottex.
-rw-r--r--man/custom.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 78a51716031..fc9fb51c0d6 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -2111,10 +2111,10 @@ for more information about compiling Emacs Lisp programs.
2111 2111
2112 If you are going to write actual Emacs Lisp programs that go beyond 2112 If you are going to write actual Emacs Lisp programs that go beyond
2113minor customization, you should read the @cite{Emacs Lisp Reference Manual}. 2113minor customization, you should read the @cite{Emacs Lisp Reference Manual}.
2114@ifinfo 2114@ifnottex
2115@xref{Top, Emacs Lisp, Emacs Lisp, elisp, the Emacs Lisp Reference 2115@xref{Top, Emacs Lisp, Emacs Lisp, elisp, the Emacs Lisp Reference
2116Manual}. 2116Manual}.
2117@end ifinfo 2117@end ifnottex
2118 2118
2119@menu 2119@menu
2120* Init Syntax:: Syntax of constants in Emacs Lisp. 2120* Init Syntax:: Syntax of constants in Emacs Lisp.