From 86e3953ad998ad44607385add88e4757fa1ec87e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Jan 2014 01:52:12 +0100 Subject: Fix typo --- edocs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf