changeset 19243:f8f590160844

(describe-key): Don't put a colon after the command name.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Aug 1997 07:37:02 +0000
parents a7d44588be35
children dc92be3441cd
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)