changeset 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 6953d46b05f5
children 761b6bcbb552
files lisp/strokes.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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)