summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--edocs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/edocs.el b/edocs.el
index 94e9933..958d119 100644
--- a/edocs.el
+++ b/edocs.el
@@ -99,7 +99,7 @@ and are not meant to be used outside the module. The default is
(let ((doc (nth 2 expr)))
(when (stringp doc) doc)))
(defclass
- (let ((doc (or (plist-git expr :documentation)
+ (let ((doc (or (plist-get expr :documentation)
(nth 4 expr))))
(when (stringp doc) doc)))
(defmethod