From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Malakhovski Subject: [PATCH 1/3] org-clock: fix a typo Date: Sun, 27 Dec 2015 14:47:54 +0000 Message-ID: <1451227676-10899-2-git-send-email-oxij@oxij.org> References: <1451227676-10899-1-git-send-email-oxij@oxij.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDCcS-0005lL-VY for emacs-orgmode@gnu.org; Sun, 27 Dec 2015 09:48:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDCcQ-0008Bw-2s for emacs-orgmode@gnu.org; Sun, 27 Dec 2015 09:48:24 -0500 Received: from tricoro.koumakan.jp ([195.154.188.176]:55272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDCcP-0008Bs-T7 for emacs-orgmode@gnu.org; Sun, 27 Dec 2015 09:48:22 -0500 In-Reply-To: <1451227676-10899-1-git-send-email-oxij@oxij.org> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Jan Malakhovski TINYCHANGE --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index eb7d9c3..823a386 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -2762,7 +2762,7 @@ following structure: \(LEVEL HEADLINE TIMESTAMP TIME) LEVEL: The level of the headline, as an integer. This will be - the reduced leve, so 1,2,3,... even if only odd levels + the reduced level, so 1,2,3,... even if only odd levels are being used. HEADLINE: The text of the headline. Depending on PARAMS, this may already be formatted like a link. -- 2.6.4