Explorar o código

org-element: Fix typo

* lisp/org-element.el (org-element--cache-generate-key): Fix typo in
  docstring.
Nicolas Goaziou %!s(int64=11) %!d(string=hai) anos
pai
achega
d5bc5859af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-element.el

+ 1 - 1
lisp/org-element.el

@@ -4771,7 +4771,7 @@ the following rules:
 
 
   - If, at a given level, LOWER and UPPER differ from more than
   - If, at a given level, LOWER and UPPER differ from more than
     2, the new key shares all the levels above with LOWER and
     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:
     UPPER:
 
 
       \(1 2) + (1 4) --> (1 3)
       \(1 2) + (1 4) --> (1 3)