1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(strokes-help): Call print-help-return-message

while inside with-output-to-temp-buffer.
This commit is contained in:
Richard M. Stallman 2002-07-12 17:45:45 +00:00
parent c37177464c
commit 7d317bca4f

View 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)