aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-09-20 20:19:20 +0200
committerStefan Kangas2022-09-20 20:35:46 +0200
commit5dd154deed87695fbfcedb2533651eb83107e7d0 (patch)
tree1be94d34f1e266e7e6e20c41b15b095d3d1dd7a1
parent0d16e567fed642f8887e1d806c5818975d83a12f (diff)
downloademacs-5dd154deed87695fbfcedb2533651eb83107e7d0.tar.gz
emacs-5dd154deed87695fbfcedb2533651eb83107e7d0.zip
* doc/misc/ede.texi (Extending EDE): Fix reference.
-rw-r--r--doc/misc/ede.texi5
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
1031is saved, or how a target is compiled can be customized by a project 1031is saved, or how a target is compiled can be customized by a project
1032author in detail. @ede{} communicates to these project objects via an 1032author in detail. @ede{} communicates to these project objects via an
1033API using methods. The commands you use in @ede{} mode are high-level 1033API using methods. The commands you use in @ede{} mode are high-level
1034functional wrappers over these methods. @xref{Top,,, eieio, EIEIO manual}. For 1034functional wrappers over these methods. @xref{Top,,, eieio, EIEIO
1035details on using @eieio{} to extending classes, and writing methods. 1035manual} for details on using @eieio{} to extending classes, and
1036writing methods.
1036 1037
1037If you intend to extend @ede{}, it is most likely that a new target type is 1038If you intend to extend @ede{}, it is most likely that a new target type is
1038needed in one of the existing project types. The rest of this chapter 1039needed in one of the existing project types. The rest of this chapter