瀏覽代碼

Fix typo

* lisp/org.el (org-property--local-values): Fix typo in doc string.
Nicolas Goaziou 9 年之前
父節點
當前提交
846467b718
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -15907,7 +15907,7 @@ strings."
 
 
 (defun org-property--local-values (property literal-nil)
 (defun org-property--local-values (property literal-nil)
   "Return value for PROPERTY in current entry.
   "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
 a list of accumulated values.  Return nil if neither is found in
 the entry.  Also return nil when PROPERTY is set to \"nil\",
 the entry.  Also return nil when PROPERTY is set to \"nil\",
 unless LITERAL-NIL is non-nil."
 unless LITERAL-NIL is non-nil."