changeset 102971:dfda66dfca92

* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Apr 2009 21:40:07 +0000
parents 1db51ad29319
children 9446d1875bbd
files lisp/ChangeLog lisp/jit-lock.el
diffstat 2 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 14 14:39:46 2009 +0000
+++ b/lisp/ChangeLog	Tue Apr 14 21:40:07 2009 +0000
@@ -1,3 +1,7 @@
+2009-04-14  Edward Wiebe  <usenet@pusto.de>  (tiny change)
+
+	* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
+
 2009-04-14  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-handle-dired-recursive-delete-directory):
@@ -104,7 +108,7 @@
 2009-04-09  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
-	(tramp-handle-vc-registered ): New defun.  (Bug#1741).
+	(tramp-handle-vc-registered ): New defun.  (Bug#1741)
 
 	* net/tramp-cache.el (tramp-flush-directory-property): Use the
 	localname of KEY for check.
@@ -398,7 +402,7 @@
 	(eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
 	argument nil.
 
-2009-03-21  David Reitter <david.reitter@gmail.com>
+2009-03-21  David Reitter  <david.reitter@gmail.com>
 
 	* cus-start.el (all): Use existing `ns' rather than new `nextstep'
 	group for variables affected by last two changes.
@@ -407,7 +411,7 @@
 
 	* cus-start.el (all): Fix last change.
 
-2009-03-21  David Reitter <david.reitter@gmail.com>
+2009-03-21  David Reitter  <david.reitter@gmail.com>
 
 	* cus-start.el (all): Add ns-control-modifier,
 	ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
@@ -757,7 +761,7 @@
 	(rmail-mime): Doc fix.  Use rmail-apply-in-message.
 	Disable undo in the mime buffer, mark unmodified.
 
-2009-03-04  David Reitter <david.reitter@gmail.com>
+2009-03-04  David Reitter  <david.reitter@gmail.com>
 
 	* menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
 	if unbound in order to enable the item.
@@ -953,7 +957,7 @@
 
 	* vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
 
-2009-02-25  David Reitter <david.reitter@gmail.com>
+2009-02-25  David Reitter  <david.reitter@gmail.com>
 
 	* mail/mailclient.el (clipboard-kill-ring-save): Declare.
 
--- a/lisp/jit-lock.el	Tue Apr 14 14:39:46 2009 +0000
+++ b/lisp/jit-lock.el	Tue Apr 14 21:40:07 2009 +0000
@@ -416,7 +416,7 @@
 ;;; 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