aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-05-22 15:52:51 +0000
committerRichard M. Stallman <[email protected]>2005-05-22 15:52:51 +0000
commit1b12fa9dc4be9a4fec1e6cdfdd12b146ce1f3ae9 (patch)
treef50ce04ed838adfdc4a88183005a74f8ff7e3f19 /lisp/help.el
parent724e07b9a06e06f01da28dd02e7221f0a348a5e0 (diff)
(describe-key): Move print-help-return-message call out of conditional.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 76fc43d63e..3323c329c9 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -698,8 +698,8 @@ the last key hit are used."
(princ " runs the command ")
(prin1 defn)
(princ "\n which is ")
- (describe-function-1 defn))))
- (print-help-return-message))))))))
+ (describe-function-1 defn)))))
+ (print-help-return-message)))))))
(defun describe-mode (&optional buffer)