summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-01-26 01:34:30 +0100
committerGravatar Tom Willemse2014-01-26 01:34:30 +0100
commitedbf50b028357425d709ab88094d1f9630198f6d (patch)
treef9351f913c6bee365b5e04cd9a250df13faecb2f
parente9474bab448771c360d70746b2f0c71a3d73644d (diff)
downloadedocs-edbf50b028357425d709ab88094d1f9630198f6d.tar.gz
edocs-edbf50b028357425d709ab88094d1f9630198f6d.zip
Fix referencing function names
-rw-r--r--edocs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/edocs.el b/edocs.el
index 9db7800..ff1cdcc 100644
--- a/edocs.el
+++ b/edocs.el
@@ -281,7 +281,7 @@ into a buffer called `*edocs*' and switches to that buffer."
(binfo (package-buffer-info))
(commentary (lm-commentary))
(symbol-specs (edocs--list-symbols))
- (symbols (mapcar #'edocs-symbol-type symbol-specs)))
+ (symbols (mapcar #'edocs-symbol-name symbol-specs)))
(with-current-buffer buffer
(unless edocs-generate-only-body (edocs--insert-header))
(edocs--with-tag "div" '(("class" . "container"))