summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2010-12-09 21:25:04 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2010-12-10 07:29:14 +0100
commit8c2f37270d41548a56490297bff414848274e721 (patch)
tree93f43b9ebfb3ccf6a85b766238cd61296443a760
parent972b0a581eff180bcdc15883d2fe30c4cc24996a (diff)
downloadorg-mode-8c2f37270d41548a56490297bff414848274e721.tar.gz
org-entry-properties: enhance docstring
* org.el (org-entry-properties): 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 e03e9ca..9e9cf83 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -13382,7 +13382,7 @@ if the property key was used several times.
POM may also be nil, in which case the current entry is used.
If WHICH is nil or `all', get all properties. If WHICH is
`special' or `standard', only get that subclass. If WHICH
-is a string only get exactly this property. Specific can be a string, the
+is a string only get exactly this property. SPECIFIC can be a string, the
specific property we are interested in. Specifying it can speed
things up because then unnecessary parsing is avoided."
(setq which (or which 'all))