aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-09 07:37:02 +0000
committerRichard M. Stallman1997-08-09 07:37:02 +0000
commit4bbc4094c4be498498aa0859a261b441c575f019 (patch)
treeaecf68b7d67aefa4652472ce62dfb0a7461bbd21
parent6335beb00f497676324ef9dcd7688a0c3bbda2e2 (diff)
downloademacs-4bbc4094c4be498498aa0859a261b441c575f019.tar.gz
emacs-4bbc4094c4be498498aa0859a261b441c575f019.zip
(describe-key): Don't put a colon after the command name.
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index d2497337076..b549687925c 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -282,7 +282,7 @@ If FUNCTION is nil, applies `message' to it, thus printing it."
282 (princ " at that spot")) 282 (princ " at that spot"))
283 (princ " runs the command ") 283 (princ " runs the command ")
284 (prin1 defn) 284 (prin1 defn)
285 (princ ":\n") 285 (princ "\n")
286 (let ((doc (documentation defn))) 286 (let ((doc (documentation defn)))
287 (if doc 287 (if doc
288 (progn (terpri) 288 (progn (terpri)