emacs-devel
[Top][All Lists]
Advanced

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

Typo in jit-lock.el


From: Eduard Wiebe
Subject: Typo in jit-lock.el
Date: Tue, 14 Apr 2009 22:58:57 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix)

diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el
index 786d2b1..6203fcb 100644
--- a/lisp/jit-lock.el
+++ b/lisp/jit-lock.el
@@ -416,7 +416,7 @@ Defaults to the whole buffer.  END can be out of bounds."
 ;;; Stealth fontification.
 
 (defsubst jit-lock-stealth-chunk-start (around)
-  "Return the start of the next chunk to fontify around position AROUND..
+  "Return the start of the next chunk to fontify around position AROUND.
 Value is nil if there is nothing more to fontify."
   (if (zerop (buffer-size))
       nil
-- 
Eduard Wiebe





reply via email to

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