Mercurial > emacs
diff src/syntax.c @ 9863:f918fd077a9f
(describe_syntax_1): Set help-mode in *Help* buffer.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 09 Nov 1994 05:56:23 +0000 |
| parents | c15caadae3c4 |
| children | 2ab3bd0288a9 |
line wrap: on
line diff
--- a/src/syntax.c Wed Nov 09 05:55:39 1994 +0000 +++ b/src/syntax.c Wed Nov 09 05:56:23 1994 +0000 @@ -471,6 +471,7 @@ 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; }
