diff options
| -rw-r--r-- | doc/misc/eieio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index 370d18cc567..64271736b3f 100644 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi | |||
| @@ -1555,7 +1555,7 @@ You can also use the normal @code{describe-function} to retrieve | |||
| 1555 | information about a class. If you call it on a constructor function, | 1555 | information about a class. If you call it on a constructor function, |
| 1556 | it will also display the class information. If you call it on a | 1556 | it will also display the class information. If you call it on a |
| 1557 | generic function, all implementations of that generic function will be | 1557 | generic function, all implementations of that generic function will be |
| 1558 | listet, together with links through which you can directly jump to the | 1558 | listed, together with links through which you can directly jump to the |
| 1559 | source. | 1559 | source. |
| 1560 | 1560 | ||
| 1561 | @node Default Superclass | 1561 | @node Default Superclass |