diff lisp/help.el @ 62624:519850fadc32

(describe-key): Move print-help-return-message call out of conditional.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 2005 15:51:55 +0000
parents 9f98f54d05d7
children 6fb026ad601f 5b029ff3b08d
line wrap: on
line diff
--- a/lisp/help.el	Sun May 22 13:56:37 2005 +0000
+++ b/lisp/help.el	Sun May 22 15:51:55 2005 +0000
@@ -698,8 +698,8 @@
 		    (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)