Fix typo
This commit is contained in:
parent
8bcb1e2640
commit
86e3953ad9
1 changed files with 1 additions and 1 deletions
2
edocs.el
2
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
|
||||
|
|
Loading…
Reference in a new issue