1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

Fix references in EIEIO documentation.

* eieio.texi (Introduction): Fix references.
This commit is contained in:
David Engster 2014-01-24 23:15:29 +01:00
parent 0fadc0b0ae
commit c13b1a2dbf
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2014-01-24 David Engster <deng@randomsample.de>
* eieio.texi (Introduction): Fix references.
2014-01-24 Glenn Morris <rgm@gnu.org>
* efaq.texi (Termcap/Terminfo entries for Emacs):

View file

@ -185,8 +185,8 @@ recommended to learn those from a textbook or tutorial first,
especially if you only know OOP from languages like C++ or Java. If
on the other hand you are already familiar with CLOS, you should be
aware that @eieio{} does not implement the full CLOS specification and
also differs in some other aspects (@xref{Introduction}, and @ref{CLOS
compatibility}).
also differs in some other aspects which are mentioned below (also
@pxref{CLOS compatibility}).
@eieio{} supports the following features: