From d5bc5859af7d263d71e3b38b08b8f794cb05de40 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 26 Jun 2014 01:11:26 +0200 Subject: [PATCH] org-element: Fix typo * lisp/org-element.el (org-element--cache-generate-key): Fix typo in docstring. --- lisp/org-element.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index b9cc2731f..149ab6f16 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -4771,7 +4771,7 @@ the following rules: - If, at a given level, LOWER and UPPER differ from more than 2, the new key shares all the levels above with LOWER and - gets a new level. Its value is the mean between LOWER and + gets a new level. Its value is the mean between LOWER and UPPER: \(1 2) + (1 4) --> (1 3) -- 2.11.4.GIT