comparison man/custom.texi @ 90428:a8190f7e546e

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
author Miles Bader <miles@gnu.org>
date Wed, 07 Jun 2006 18:05:10 +0000
parents 146cd8369025 9853d364d09d
children 138ce2701550
comparison
equal deleted inserted replaced
90427:ddb25860d044 90428:a8190f7e546e
2109 Compilation,, Byte Compilation, elisp, the Emacs Lisp Reference Manual}, 2109 Compilation,, Byte Compilation, elisp, the Emacs Lisp Reference Manual},
2110 for more information about compiling Emacs Lisp programs. 2110 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.
2121 * Init Examples:: How to do some things with an init file. 2121 * Init Examples:: How to do some things with an init file.
2122 * Terminal Init:: Each terminal type can have an init file. 2122 * Terminal Init:: Each terminal type can have an init file.