summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2011-04-09 17:21:19 +0200
committerJulien Danjou <julien@danjou.info>2011-04-09 18:53:07 +0200
commitc9c5da9191ad8ce564961c30cee5796665a96d50 (patch)
treee097c1775424d3cd40682ef54010cb62cc227721
parent49e6bc899758114d6d29e69a8f9e40798d26782b (diff)
downloadorg-mode-c9c5da9191ad8ce564961c30cee5796665a96d50.tar.gz
org: enhance docstring for org-property-values
* lisp/org.el (org-property-values): Enhance docstring. Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 08f8fa6..edc355d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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)