From 4bbc4094c4be498498aa0859a261b441c575f019 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Aug 1997 07:37:02 +0000 Subject: [PATCH] (describe-key): Don't put a colon after the command name. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index d2497337076..b549687925c 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -282,7 +282,7 @@ If FUNCTION is nil, applies `message' to it, thus printing it." (princ " at that spot")) (princ " runs the command ") (prin1 defn) - (princ ":\n") + (princ "\n") (let ((doc (documentation defn))) (if doc (progn (terpri) -- 2.39.2