From 846467b7185876583d58ee2156bcaaa91832f32a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 14 Apr 2016 09:17:34 +0200 Subject: [PATCH] Fix typo * lisp/org.el (org-property--local-values): Fix typo in doc string. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 4de5ca064..50db0628a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15907,7 +15907,7 @@ strings." (defun org-property--local-values (property literal-nil) "Return value for PROPERTY in current entry. -Value is a list whose care is the base value for PROPERTY and cdr +Value is a list whose car is the base value for PROPERTY and cdr a list of accumulated values. Return nil if neither is found in the entry. Also return nil when PROPERTY is set to \"nil\", unless LITERAL-NIL is non-nil." -- 2.11.4.GIT