aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.