diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-04-14 21:40:07 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-04-14 21:40:07 +0000 |
commit | 6dea7173815b86572a4e61b40a6e917c2186ad40 (patch) | |
tree | 44426b1dc6f8fd4bab1b4dba79764a509121d24b /lisp/jit-lock.el | |
parent | e09349c517ac80dcf3382800eb3d0d8a3310ca58 (diff) | |
download | emacs-6dea7173815b86572a4e61b40a6e917c2186ad40.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.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 |