diff options
| author | Luc Teirlinck | 2006-05-19 22:35:11 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-05-19 22:35:11 +0000 |
| commit | d70afed477c1d1a33ea23a758a940f9b143a6737 (patch) | |
| tree | befb136cf6b53917a52e0aa9462c4c13a00e6060 | |
| parent | bd9e44e786a5637796cd64a55c8c6f4134bf06a5 (diff) | |
| download | emacs-d70afed477c1d1a33ea23a758a940f9b143a6737.tar.gz emacs-d70afed477c1d1a33ea23a758a940f9b143a6737.zip | |
(Init File): ifinfo -> ifnottex.
| -rw-r--r-- | man/custom.texi | 4 |
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 |
| 2113 | minor customization, you should read the @cite{Emacs Lisp Reference Manual}. | 2113 | minor 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 |
| 2116 | Manual}. | 2116 | Manual}. |
| 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. |