emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116403: * lisp/jit-lock.el (jit-lock-force-redispla


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116403: * lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
Date: Mon, 10 Feb 2014 21:43:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116403
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14394
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-02-10 16:43:01 -0500
message:
  * lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/jit-lock.el               jitlock.el-20091113204419-o5vbwnq5f7feedwu-1321
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-10 17:05:52 +0000
+++ b/lisp/ChangeLog    2014-02-10 21:43:01 +0000
@@ -1,3 +1,7 @@
+2014-02-10  Glenn Morris  <address@hidden>
+
+       * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
+
 2014-02-10  Eli Zaretskii  <address@hidden>
 
        * w32-common-fns.el (x-get-selection): Doc fix.

=== modified file 'lisp/jit-lock.el'
--- a/lisp/jit-lock.el  2014-01-01 07:43:34 +0000
+++ b/lisp/jit-lock.el  2014-02-10 21:43:01 +0000
@@ -419,7 +419,8 @@
           (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]