* lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 10 Feb 2014 21:43:01 +0000 (16:43 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 10 Feb 2014 21:43:01 +0000 (16:43 -0500)
Fixes: debbugs:14394

lisp/ChangeLog
lisp/jit-lock.el

index 95d8134..94c647b 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
+
 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
 
        * w32-common-fns.el (x-get-selection): Doc fix.
index 101bef0..3474756 100644 (file)
@@ -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