summaryrefslogtreecommitdiff
path: root/lisp/jit-lock.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-04-14 21:40:07 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-04-14 21:40:07 +0000
commite92b1519aecc55b58474b8f4d68461f5d4fb9019 (patch)
tree4b071006e0e81ad4daf993fc2740c682411a798a /lisp/jit-lock.el
parent0527acc29540c5198ee9ef0b51f07fd3d7210110 (diff)
downloademacs-e92b1519aecc55b58474b8f4d68461f5d4fb9019.tar.gz
* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r--lisp/jit-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el
index 786d2b16c48..6203fcb10b3 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