Fix referencing function names

This commit is contained in:
Tom Willemse 2014-01-26 01:34:30 +01:00
parent e9474bab44
commit edbf50b028

View file

@ -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"))