]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-key): Don't put a colon after the command name.
authorRichard M. Stallman <rms@gnu.org>
Sat, 9 Aug 1997 07:37:02 +0000 (07:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 9 Aug 1997 07:37:02 +0000 (07:37 +0000)
lisp/help.el

index d2497337076e0efc3ad6994cdbad9c5c2ea32076..b549687925c5a5924129d11492552ad62eda00a4 100644 (file)
@@ -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)