emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5dd154deed: * doc/misc/ede.texi (Extending EDE): Fix reference.


From: Stefan Kangas
Subject: master 5dd154deed: * doc/misc/ede.texi (Extending EDE): Fix reference.
Date: Tue, 20 Sep 2022 14:36:11 -0400 (EDT)

branch: master
commit 5dd154deed87695fbfcedb2533651eb83107e7d0
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * doc/misc/ede.texi (Extending EDE): Fix reference.
---
 doc/misc/ede.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 9867883b24..c0c2ef93d9 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
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]