diff options
| -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 | |||
| 1006 | silently--without displaying the strokes. All variables can be set | 1006 | silently--without displaying the strokes. All variables can be set |
| 1007 | by customizing the group `strokes' via \[customize-group].") | 1007 | by customizing the group `strokes' via \[customize-group].") |
| 1008 | (set-buffer standard-output) | 1008 | (set-buffer standard-output) |
| 1009 | (help-mode)) | 1009 | (help-mode) |
| 1010 | (print-help-return-message)) | 1010 | (print-help-return-message))) |
| 1011 | 1011 | ||
| 1012 | (defalias 'strokes-report-bug 'report-emacs-bug) | 1012 | (defalias 'strokes-report-bug 'report-emacs-bug) |
| 1013 | 1013 | ||