]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-key): Move print-help-return-message call out of conditional.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 May 2005 15:52:51 +0000 (15:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 May 2005 15:52:51 +0000 (15:52 +0000)
lisp/ChangeLog
lisp/help.el

index f8a2a4ac7ba43a262187ae4b575de6bdf26725fc..53bccfbeb04632d8b3265adc2f724eb97877c3f2 100644 (file)
@@ -1,5 +1,8 @@
 2005-05-22  Richard M. Stallman  <rms@gnu.org>
 
+       * help.el (describe-key): Move print-help-return-message call
+       out of conditional.
+
        * progmodes/etags.el (list-tags): Use with-no-warnings.
 
        * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
index 76fc43d63ef1b7772bfec8ac8c1b9efa9e6c6584..3323c329c979a019519e01e516737fa50d8bd997 100644 (file)
@@ -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)))))))
 
 \f
 (defun describe-mode (&optional buffer)