aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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