diff options
| author | Stefan Kangas | 2022-09-20 20:19:20 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-20 20:35:46 +0200 |
| commit | 5dd154deed87695fbfcedb2533651eb83107e7d0 (patch) | |
| tree | 1be94d34f1e266e7e6e20c41b15b095d3d1dd7a1 | |
| parent | 0d16e567fed642f8887e1d806c5818975d83a12f (diff) | |
| download | emacs-5dd154deed87695fbfcedb2533651eb83107e7d0.tar.gz emacs-5dd154deed87695fbfcedb2533651eb83107e7d0.zip | |
* doc/misc/ede.texi (Extending EDE): Fix reference.
| -rw-r--r-- | doc/misc/ede.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index 9867883b24a..c0c2ef93d94 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -1031,8 +1031,9 @@ superclasses. In this way, specific behaviors such as how a project | |||
| 1031 | is saved, or how a target is compiled can be customized by a project | 1031 | is saved, or how a target is compiled can be customized by a project |
| 1032 | author in detail. @ede{} communicates to these project objects via an | 1032 | author in detail. @ede{} communicates to these project objects via an |
| 1033 | API using methods. The commands you use in @ede{} mode are high-level | 1033 | API using methods. The commands you use in @ede{} mode are high-level |
| 1034 | functional wrappers over these methods. @xref{Top,,, eieio, EIEIO manual}. For | 1034 | functional wrappers over these methods. @xref{Top,,, eieio, EIEIO |
| 1035 | details on using @eieio{} to extending classes, and writing methods. | 1035 | manual} for details on using @eieio{} to extending classes, and |
| 1036 | writing methods. | ||
| 1036 | 1037 | ||
| 1037 | If you intend to extend @ede{}, it is most likely that a new target type is | 1038 | If you intend to extend @ede{}, it is most likely that a new target type is |
| 1038 | needed in one of the existing project types. The rest of this chapter | 1039 | needed in one of the existing project types. The rest of this chapter |