]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/ede.texi (Extending EDE): Fix reference.
authorStefan Kangas <stefankangas@gmail.com>
Tue, 20 Sep 2022 18:19:20 +0000 (20:19 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 20 Sep 2022 18:35:46 +0000 (20:35 +0200)
doc/misc/ede.texi

index 9867883b24a1117f6f0ff696402fc4ea13396419..c0c2ef93d94976d899feeacb9708f932e37f858e 100644 (file)
@@ -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