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:
parent
6335beb00f
commit
4bbc4094c4
@ -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…
Reference in New Issue
Block a user