diff options
| author | David Engster | 2014-01-24 23:15:29 +0100 |
|---|---|---|
| committer | David Engster | 2014-01-24 23:15:29 +0100 |
| commit | c13b1a2dbf9c8a28754ec27d94baaf37d7316732 (patch) | |
| tree | 4dd74e9144f2eba46375e23de2199c8733fb7876 | |
| parent | 0fadc0b0ae30c97b9c810476f3c96ed5ce25a1f9 (diff) | |
| download | emacs-c13b1a2dbf9c8a28754ec27d94baaf37d7316732.tar.gz emacs-c13b1a2dbf9c8a28754ec27d94baaf37d7316732.zip | |
Fix references in EIEIO documentation.
* eieio.texi (Introduction): Fix references.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/eieio.texi | 4 |
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 @@ | |||
| 1 | 2014-01-24 David Engster <deng@randomsample.de> | ||
| 2 | |||
| 3 | * eieio.texi (Introduction): Fix references. | ||
| 4 | |||
| 1 | 2014-01-24 Glenn Morris <rgm@gnu.org> | 5 | 2014-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, | |||
| 185 | especially if you only know OOP from languages like C++ or Java. If | 185 | especially if you only know OOP from languages like C++ or Java. If |
| 186 | on the other hand you are already familiar with CLOS, you should be | 186 | on the other hand you are already familiar with CLOS, you should be |
| 187 | aware that @eieio{} does not implement the full CLOS specification and | 187 | aware that @eieio{} does not implement the full CLOS specification and |
| 188 | also differs in some other aspects (@xref{Introduction}, and @ref{CLOS | 188 | also differs in some other aspects which are mentioned below (also |
| 189 | compatibility}). | 189 | @pxref{CLOS compatibility}). |
| 190 | 190 | ||
| 191 | @eieio{} supports the following features: | 191 | @eieio{} supports the following features: |
| 192 | 192 | ||