diff options
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) |