org: enhance docstring for org-property-values

* lisp/org.el (org-property-values): Enhance docstring.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2011-04-09 17:21:19 +02:00
parent 49e6bc8997
commit c9c5da9191
1 changed files with 1 additions and 1 deletions

View File

@ -13930,7 +13930,7 @@ formats in the current buffer."
(sort rtn (lambda (a b) (string< (upcase a) (upcase b))))))
(defun org-property-values (key)
"Return a list of all values of property KEY."
"Return a list of all values of property KEY in the current buffer."
(save-excursion
(save-restriction
(widen)