diff options
-rw-r--r-- | lisp/textmodes/refbib.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index c0a62a0610a..b43bb6c3f86 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el @@ -716,7 +716,10 @@ Please send bug reports and suggestions to "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)) |