@@ -218,9 +218,9 @@ instantiated from this class or a subclass of this class.")
218
218
:documentation
219
219
" Emacs major mode for the chunk's body.
220
220
If :mode slot is nil (anonymous chunkmodes), use the value of
221
- `polymode-default-inner-mode' is when set, or use the value of
221
+ `polymode-default-inner-mode' when set, or use the value of
222
222
the slot :fallback-mode. A special value 'host means to use the
223
- host mode (useful auto-chunkmodes only)." )
223
+ host mode (useful for `pm-inner- auto-chunkmode' only)." )
224
224
(fallback-mode
225
225
:initarg :fallback-mode
226
226
:initform 'poly-fallback-mode
@@ -335,11 +335,12 @@ is of this chunkmode.")
335
335
:type symbol
336
336
:custom symbol
337
337
:documentation
338
- " Major mode to keep in when polymode switches implementation buffers.
339
- When a special symbol 'host, keep in hostmode. The buffer with
340
- this major mode must be installed by one of the innermodes or the
341
- hostmode. If multiple innermodes installed buffers of this mode,
342
- the first buffer is used." )
338
+ " Major mode to keep the chunk when the point is inside the chunk.
339
+ When a special symbol 'host, keep in hostmode. This is useful when you
340
+ want the inner mode to be responsible for font-locking but the host mode
341
+ for the edditing capabilities. The buffer with this major mode must be
342
+ installed by one of the innermodes or the hostmode. If multiple
343
+ innermodes installed buffers of this mode, the first buffer is used." )
343
344
344
345
(-buffer
345
346
:type (or null buffer)
0 commit comments