(describe_syntax_1): Set help-mode in *Help* buffer.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user