]> git.eshelyaron.com Git - emacs.git/commitdiff
(strokes-help): Call print-help-return-message
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Jul 2002 17:45:45 +0000 (17:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Jul 2002 17:45:45 +0000 (17:45 +0000)
while inside with-output-to-temp-buffer.

lisp/strokes.el

index 3f5a5bb3a75f140de90c66b247947de0fa1ba77a..1aa04d745240a71eb9df15931e2adca1e99fc140 100644 (file)
@@ -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)