# HG changeset patch # User Richard M. Stallman # Date 871112222 0 # Node ID f8f590160844d0446115e9ddb1d88b233ddbc26a # Parent a7d44588be35ebb83ab9f9622b00243ea178c9ea (describe-key): Don't put a colon after the command name. diff -r a7d44588be35 -r f8f590160844 lisp/help.el --- a/lisp/help.el Sat Aug 09 04:46:22 1997 +0000 +++ b/lisp/help.el Sat Aug 09 07:37:02 1997 +0000 @@ -282,7 +282,7 @@ (princ " at that spot")) (princ " runs the command ") (prin1 defn) - (princ ":\n") + (princ "\n") (let ((doc (documentation defn))) (if doc (progn (terpri)