diff options
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r-- | lisp/jit-lock.el | 2 |
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 |