diff lisp/strokes.el @ 46327:4d662e939eab

(strokes-help): Call print-help-return-message while inside with-output-to-temp-buffer.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jul 2002 17:45:45 +0000
parents 60730a9af92e
children e88404e8f2cf
line wrap: on
line diff
--- 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)