Mercurial > emacs
changeset 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 | 9b59b764daac |
children | ae65137e0a1d |
files | lisp/help.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)