emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog jit-lock.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog jit-lock.el
Date: Tue, 14 Apr 2009 21:40:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/04/14 21:40:28

Modified files:
        lisp           : ChangeLog jit-lock.el 

Log message:
        * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15586&r2=1.15587
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/jit-lock.el?cvsroot=emacs&r1=1.67&r2=1.68

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15586
retrieving revision 1.15587
diff -u -b -r1.15586 -r1.15587
--- ChangeLog   14 Apr 2009 14:39:46 -0000      1.15586
+++ ChangeLog   14 Apr 2009 21:40:07 -0000      1.15587
@@ -1,3 +1,7 @@
+2009-04-14  Edward Wiebe  <address@hidden>  (tiny change)
+
+       * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
+
 2009-04-14  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
@@ -104,7 +108,7 @@
 2009-04-09  Michael Albinus  <address@hidden>
 
        * 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.

Index: jit-lock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/jit-lock.el,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- jit-lock.el 14 Feb 2009 21:41:28 -0000      1.67
+++ jit-lock.el 14 Apr 2009 21:40:26 -0000      1.68
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]