# HG changeset patch # User Richard M. Stallman # Date 1026495945 0 # Node ID 4d662e939eabfec8f0bc52a1bd25a924e44c1299 # Parent 6953d46b05f5457cc536f0958508f0326f48bd1a (strokes-help): Call print-help-return-message while inside with-output-to-temp-buffer. diff -r 6953d46b05f5 -r 4d662e939eab lisp/strokes.el --- a/lisp/strokes.el Fri Jul 12 17:41:54 2002 +0000 +++ b/lisp/strokes.el Fri Jul 12 17:45:45 2002 +0000 @@ -1006,8 +1006,8 @@ 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)