From: Richard M. Stallman Date: Sat, 9 Aug 1997 07:37:02 +0000 (+0000) Subject: (describe-key): Don't put a colon after the command name. X-Git-Tag: emacs-20.1~704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bbc4094c4be498498aa0859a261b441c575f019;p=emacs.git (describe-key): Don't put a colon after the command name. --- 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)