diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-12 17:45:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-12 17:45:45 +0000 |
commit | 7d317bca4f71d17933746a03fac449ad4c8dec39 (patch) | |
tree | f5fd03998e219f4351a7e3aecd6bfb5583c0b964 /lisp/strokes.el | |
parent | c37177464c6630ef82f194e158c4bd1a86ab5de8 (diff) | |
download | emacs-7d317bca4f71d17933746a03fac449ad4c8dec39.tar.gz |
(strokes-help): Call print-help-return-message
while inside with-output-to-temp-buffer.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r-- | lisp/strokes.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/strokes.el b/lisp/strokes.el index 3f5a5bb3a75..1aa04d74524 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -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) |