all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Typo in jit-lock.el
@ 2009-04-14 20:58 Eduard Wiebe
  2009-04-14 21:41 ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: Eduard Wiebe @ 2009-04-14 20:58 UTC (permalink / raw)
  To: emacs-devel


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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Typo in jit-lock.el
  2009-04-14 20:58 Typo in jit-lock.el Eduard Wiebe
@ 2009-04-14 21:41 ` Juanma Barranquero
  0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2009-04-14 21:41 UTC (permalink / raw)
  To: Eduard Wiebe; +Cc: emacs-devel

On Tue, Apr 14, 2009 at 22:58, Eduard Wiebe <usenet@pusto.de> wrote:

> -  "Return the start of the next chunk to fontify around position AROUND..
> +  "Return the start of the next chunk to fontify around position AROUND.

Applied, thanks.

    Juanma




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-14 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 20:58 Typo in jit-lock.el Eduard Wiebe
2009-04-14 21:41 ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.