mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(describe_syntax_1): Set help-mode in *Help* buffer.
This commit is contained in:
parent
04befa074c
commit
36cd82fe63
1 changed files with 1 additions and 0 deletions
|
|
@ -471,6 +471,7 @@ describe_syntax_1 (vector)
|
|||
struct buffer *old = current_buffer;
|
||||
set_buffer_internal (XBUFFER (Vstandard_output));
|
||||
describe_vector (vector, Qnil, describe_syntax, 0, Qnil);
|
||||
call0 (intern ("help-mode"));
|
||||
set_buffer_internal (old);
|
||||
return Qnil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue