aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Engster2014-01-24 23:15:29 +0100
committerDavid Engster2014-01-24 23:15:29 +0100
commitc13b1a2dbf9c8a28754ec27d94baaf37d7316732 (patch)
tree4dd74e9144f2eba46375e23de2199c8733fb7876
parent0fadc0b0ae30c97b9c810476f3c96ed5ce25a1f9 (diff)
downloademacs-c13b1a2dbf9c8a28754ec27d94baaf37d7316732.tar.gz
emacs-c13b1a2dbf9c8a28754ec27d94baaf37d7316732.zip
Fix references in EIEIO documentation.
* eieio.texi (Introduction): Fix references.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/eieio.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 571e7ecc70d..c5810dc4a3f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-01-24 David Engster <deng@randomsample.de>
2
3 * eieio.texi (Introduction): Fix references.
4
12014-01-24 Glenn Morris <rgm@gnu.org> 52014-01-24 Glenn Morris <rgm@gnu.org>
2 6
3 * efaq.texi (Termcap/Terminfo entries for Emacs): 7 * efaq.texi (Termcap/Terminfo entries for Emacs):
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 64271736b3f..095cc7102b6 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -185,8 +185,8 @@ recommended to learn those from a textbook or tutorial first,
185especially if you only know OOP from languages like C++ or Java. If 185especially if you only know OOP from languages like C++ or Java. If
186on the other hand you are already familiar with CLOS, you should be 186on the other hand you are already familiar with CLOS, you should be
187aware that @eieio{} does not implement the full CLOS specification and 187aware that @eieio{} does not implement the full CLOS specification and
188also differs in some other aspects (@xref{Introduction}, and @ref{CLOS 188also differs in some other aspects which are mentioned below (also
189compatibility}). 189@pxref{CLOS compatibility}).
190 190
191@eieio{} supports the following features: 191@eieio{} supports the following features:
192 192