From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Typo in org-list.el Date: Mon, 19 Apr 2010 01:59:30 +0200 Message-ID: <87vdbocnx9.fsf@gmx.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3eOr-00040H-9u for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 19:59:41 -0400 Received: from [140.186.70.92] (port=41885 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3eOo-0003zr-Us for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 19:59:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3eOn-0006Ho-1u for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 19:59:38 -0400 Received: from mail.gmx.net ([213.165.64.20]:45420) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O3eOm-0006Hj-IJ for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 19:59:37 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode mailing list --=-=-= Content-Type: text/x-diff Content-Disposition: inline diff --git a/lisp/org-list.el b/lisp/org-list.el index 180bc5a..5a893aa 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -216,7 +216,7 @@ list, obtained by prompting the user." (< (point) (match-end 0)))) (defun org-in-item-p () - "It the cursor inside a plain list item. + "Is the cursor inside a plain list item? Does not have to be the first line." (save-excursion (condition-case nil --=-=-= Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--