(r2b-help): Set help-mode in *Help* buffer.
This commit is contained in:
parent
b905ac3333
commit
6d94c1b4cb
1 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue