# HG changeset patch # User Karl Heuer # Date 784360101 0 # Node ID 1365bc291f4c93492693814ce8c30bd9f6cc3022 # Parent dc6c0b5fa4f021995b7b949a6672e0fad02fa61b (r2b-help): Set help-mode in *Help* buffer. diff -r dc6c0b5fa4f0 -r 1365bc291f4c lisp/textmodes/refbib.el --- a/lisp/textmodes/refbib.el Wed Nov 09 05:48:05 1994 +0000 +++ b/lisp/textmodes/refbib.el Wed Nov 09 05:48:21 1994 +0000 @@ -716,7 +716,10 @@ "Print help message." (interactive) (with-output-to-temp-buffer "*Help*" - (princ r2b-help-message))) + (princ r2b-help-message) + (save-excursion + (set-buffer standard-output) + (help-mode)))) (if (not r2b-load-quietly) (r2b-help))