From: Glenn Morris Date: Mon, 10 Feb 2014 21:43:01 +0000 (-0500) Subject: * lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bacb3380374de28c8ed982994ebe55b06d43294a;p=emacs.git * lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix. Fixes: debbugs:14394 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95d81345548..94c647b4b6f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-02-10 Glenn Morris + + * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394) + 2014-02-10 Eli Zaretskii * w32-common-fns.el (x-get-selection): Doc fix. diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 101bef053d0..34747568338 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -419,7 +419,8 @@ Defaults to the whole buffer. END can be out of bounds." (setq start (text-property-any next end 'fontified nil)))))))) (defun jit-lock-force-redisplay (start end) - "Force the display engine to re-render buffer BUF from START to END." + "Force the display engine to re-render START's buffer from START to END. +This applies to the buffer associated with marker START." (when (marker-buffer start) (with-current-buffer (marker-buffer start) (with-buffer-prepared-for-jit-lock