From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.devel Subject: Typo in jit-lock.el Date: Tue, 14 Apr 2009 22:58:57 +0200 Message-ID: <8663h7ar5a.fsf@nirvana.pusto.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239742776 31877 80.91.229.12 (14 Apr 2009 20:59:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Apr 2009 20:59:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 14 23:00:55 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LtpkU-0005d1-Rr for ged-emacs-devel@m.gmane.org; Tue, 14 Apr 2009 23:00:55 +0200 Original-Received: from localhost ([127.0.0.1]:52944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ltpj6-0003eu-CH for ged-emacs-devel@m.gmane.org; Tue, 14 Apr 2009 16:59:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ltpj0-0003dS-3D for emacs-devel@gnu.org; Tue, 14 Apr 2009 16:59:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ltpiu-0003bT-6q for emacs-devel@gnu.org; Tue, 14 Apr 2009 16:59:20 -0400 Original-Received: from [199.232.76.173] (port=37899 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ltpit-0003bQ-CO for emacs-devel@gnu.org; Tue, 14 Apr 2009 16:59:15 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:36471 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ltpis-0001vo-OK for emacs-devel@gnu.org; Tue, 14 Apr 2009 16:59:15 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ltpim-0002J3-UH for emacs-devel@gnu.org; Tue, 14 Apr 2009 20:59:09 +0000 Original-Received: from e177039162.adsl.alicedsl.de ([85.177.39.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Apr 2009 20:59:08 +0000 Original-Received: from usenet by e177039162.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Apr 2009 20:59:08 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e177039162.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) Cancel-Lock: sha1:ZYp8SiJ/SNoIvYyzmDa4RTldVRE= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110281 Archived-At: 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