aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/eieio.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el
index 475433bb221..1fa177b08da 100644
--- a/lisp/emacs-lisp/eieio.el
+++ b/lisp/emacs-lisp/eieio.el
@@ -58,6 +58,7 @@
58 58
59;;; Defining a new class 59;;; Defining a new class
60;; 60;;
61;;;###autoload
61(defmacro defclass (name superclasses slots &rest options-and-doc) 62(defmacro defclass (name superclasses slots &rest options-and-doc)
62 "Define NAME as a new class derived from SUPERCLASS with SLOTS. 63 "Define NAME as a new class derived from SUPERCLASS with SLOTS.
63OPTIONS-AND-DOC is used as the class' options and base documentation. 64OPTIONS-AND-DOC is used as the class' options and base documentation.