From edbf50b028357425d709ab88094d1f9630198f6d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Jan 2014 01:34:30 +0100 Subject: [PATCH] Fix referencing function names --- edocs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))