summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-01-26 01:52:12 +0100
committerGravatar Tom Willemse2014-01-26 01:52:12 +0100
commit86e3953ad998ad44607385add88e4757fa1ec87e (patch)
tree5d1d4fdb65b642d9f8e3a3f9114de5bd3531bd96
parent8bcb1e2640bccaae230b259cb5c4a20453b6e74f (diff)
downloadedocs-86e3953ad998ad44607385add88e4757fa1ec87e.tar.gz
edocs-86e3953ad998ad44607385add88e4757fa1ec87e.zip
Fix typo
-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