From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: docstring typoes in org-read-date-force-compatible-dates Date: Thu, 03 Jan 2019 20:47:28 -0500 Message-ID: <878t01w5vz.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfEaJ-0005sS-CX for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 20:47:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfEaG-0006cb-8H for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 20:47:39 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:63958) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gfEaG-0006an-1t for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 20:47:36 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Van L , Org Mode Mailing List Van L writes: > Hello, > > I found and fixed the following typoes. > > diff --git a/lisp/org.el b/lisp/org.el Thank you. I've applied your changes. In the future, please send generated patches with git format-patch so that they include a commit message (see for instructions). -- Kyle