Richard Stallman <[EMAIL PROTECTED]> writes: > I think it should instead say something like: > > `fontified' > This property says whether the text is ready for display. If nil, > Emacs's redisplay routine will call the `fontification-function' (which > see) to prepare this part of the buffer before it is displayed. > This is used internally by jit-lock. > > The manual also needs updating w.r.t fontification-function since it says > that this var is used for font-lock, whereas it's used for jit-lock. > > Can you please fix it in Emacs 22?
I corrected this text along the lines suggested by Stefan. However: > The manual also needs updating w.r.t fontification-function > since it says that this var is used for font-lock, whereas it's > used for jit-lock. In fact, fontification-functions is called from handle_fontified_prop in xdisp.c, so I don't think the current text is incorrect (I just read through it again briefly). _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
