diff lisp/help.el @ 5691:b490ddbd42aa

Back out 7371081ce8f7, I have a better approach.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 06 Nov 2012 21:34:15 +0000
parents 7371081ce8f7
children be87f507f510
line wrap: on
line diff
--- a/lisp/help.el	Mon Oct 15 20:47:00 2012 +0200
+++ b/lisp/help.el	Tue Nov 06 21:34:15 2012 +0000
@@ -1544,10 +1544,10 @@
                                    (format "\n\\[%s]" function))))
                        (when commands-remapped-to
                          (if (cdr commands-remapped-to)
-                             (princ (format "\n\nThe following functions are \
+                             (princ (format "The following functions are \
 remapped to it:\n`%s'" (mapconcat #'prin1-to-string commands-remapped-to
                                   "', `")))
-                           (princ (format "\n\n`%s' is remapped to it.\n"
+                           (princ (format "`%s' is remapped to it.\n"
                                           (car
                                            commands-remapped-to))))))))))))))