comparison lisp/strokes.el @ 46327:4d662e939eab

(strokes-help): Call print-help-return-message while inside with-output-to-temp-buffer.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jul 2002 17:45:45 +0000
parents 60730a9af92e
children e88404e8f2cf
comparison
equal deleted inserted replaced
46326:6953d46b05f5 46327:4d662e939eab
1004 variable which many people wanted to see was 1004 variable which many people wanted to see was
1005 `strokes-use-strokes-buffer' which allows the user to use strokes 1005 `strokes-use-strokes-buffer' which allows the user to use strokes
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
1014 (defsubst strokes-fill-current-buffer-with-whitespace () 1014 (defsubst strokes-fill-current-buffer-with-whitespace ()
1015 "Erase the contents of the current buffer and fill it with whitespace." 1015 "Erase the contents of the current buffer and fill it with whitespace."