mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* doc/misc/ede.texi (Extending EDE): Fix reference.
This commit is contained in:
parent
0d16e567fe
commit
5dd154deed
1 changed files with 3 additions and 2 deletions
|
|
@ -1031,8 +1031,9 @@ superclasses. In this way, specific behaviors such as how a project
|
|||
is saved, or how a target is compiled can be customized by a project
|
||||
author in detail. @ede{} communicates to these project objects via an
|
||||
API using methods. The commands you use in @ede{} mode are high-level
|
||||
functional wrappers over these methods. @xref{Top,,, eieio, EIEIO manual}. For
|
||||
details on using @eieio{} to extending classes, and writing methods.
|
||||
functional wrappers over these methods. @xref{Top,,, eieio, EIEIO
|
||||
manual} for details on using @eieio{} to extending classes, and
|
||||
writing methods.
|
||||
|
||||
If you intend to extend @ede{}, it is most likely that a new target type is
|
||||
needed in one of the existing project types. The rest of this chapter
|
||||
|
|
|
|||
Loading…
Reference in a new issue