From 8b3853883c66910e6a2564a0774cdb5b61481997 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 9 Jul 2013 15:11:39 +0000 Subject: A little more HTML tweaking. Not perfect, but enough for the day. --- paredit.el | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'paredit.el') diff --git a/paredit.el b/paredit.el index 2083066..87b428b 100644 --- a/paredit.el +++ b/paredit.el @@ -549,20 +549,22 @@ Paredit behaves badly if parentheses are unbalanced, so exercise keys ", "))) (funcall insert-lines "") - (funcall insert-lines (concat " " name "")) - (funcall insert-lines (concat " " keys "")) + (funcall insert-lines (concat " " keys "")) + (funcall insert-lines (concat " " name "")) (funcall insert-lines "") (funcall insert-lines - "") + ""))) + (funcall insert-lines "
") (dolist (example examples) - (let ((prefix "")) (funcall insert-lines (concat prefix examples suffix)))) - (funcall insert-lines "
")
+          (let ((prefix "
")) + (concat "" + "" + "
")
                 (examples
                  (mapconcat 'paredit-html-quote
                             example
-                            (concat "
")))
-                (suffix "
")))
+                (suffix "
"))) (funcall insert-lines ""))) (defun paredit-html-quote (string) -- cgit v1.2.1