From 5c9a941ddc6cbbb3b62f04b55b04e29e493c01fa Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 21 Nov 2010 02:30:04 +0100 Subject: Even better, as in 'correct', display of autodoc args We're being a bit silly here, first converting the autodoc retort string to an elisp value and then reconverting the arguments again to a string with scheme syntax. We should probably do this at geiser-syntax's parser level, with a special mode producing stringy representations of tokens. Don't tell anyone. --- elisp/geiser-doc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elisp/geiser-doc.el') diff --git a/elisp/geiser-doc.el b/elisp/geiser-doc.el index b95242c..3778770 100644 --- a/elisp/geiser-doc.el +++ b/elisp/geiser-doc.el @@ -278,8 +278,8 @@ With prefix argument, ask for symbol (with completion)." (geiser-doc--insert-title (format "%s" module) t) (newline) (dolist (g '(("Procedures:" . procs) - ("Variables:" . vars) - ("Syntax:" . syntax))) + ("Syntax:" . syntax) + ("Variables:" . vars))) (geiser-doc--insert-list (car g) (cdr (assoc (cdr g) exports)) module -- cgit v1.2.3