(describe-key): Don't put a colon after the command name.
This commit is contained in:
parent
6335beb00f
commit
4bbc4094c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue