From: Richard M. Stallman Date: Fri, 12 Jul 2002 17:45:45 +0000 (+0000) Subject: (strokes-help): Call print-help-return-message X-Git-Tag: ttn-vms-21-2-B4~14176 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d317bca4f71d17933746a03fac449ad4c8dec39;p=emacs.git (strokes-help): Call print-help-return-message while inside with-output-to-temp-buffer. --- diff --git a/lisp/strokes.el b/lisp/strokes.el index 3f5a5bb3a75..1aa04d74524 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -1006,8 +1006,8 @@ o Strokes are a bit computer-dependent in that they depend somewhat on silently--without displaying the strokes. All variables can be set by customizing the group `strokes' via \[customize-group].") (set-buffer standard-output) - (help-mode)) - (print-help-return-message)) + (help-mode) + (print-help-return-message))) (defalias 'strokes-report-bug 'report-emacs-bug)