Преглед изворни кода

org.el (org-entry-get): Minor docstring enhancement

* org.el (org-entry-get): Minor docstring enhancement.
Bastien Guerry пре 12 година
родитељ
комит
597a7e65f0
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      lisp/org.el

+ 2 - 0
lisp/org.el

@@ -15290,6 +15290,8 @@ in `org-use-property-inheritance' selects PROPERTY for inheritance.
 If the property is present but empty, the return value is the empty string.
 If the property is present but empty, the return value is the empty string.
 If the property is not present at all, nil is returned.
 If the property is not present at all, nil is returned.
 
 
+Return the value as a string.
+
 If LITERAL-NIL is set, return the string value \"nil\" as a string,
 If LITERAL-NIL is set, return the string value \"nil\" as a string,
 do not interpret it as the list atom nil.  This is used for inheritance
 do not interpret it as the list atom nil.  This is used for inheritance
 when a \"nil\" value can supersede a non-nil value higher up the hierarchy."
 when a \"nil\" value can supersede a non-nil value higher up the hierarchy."