1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(describe-key): Don't put a colon after the command name.

This commit is contained in:
Richard M. Stallman 1997-08-09 07:37:02 +00:00
parent 6335beb00f
commit 4bbc4094c4

View 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)