org-entry-properties: enhance docstring

* org.el (org-entry-properties): Enhance docstring.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2010-12-09 21:25:04 +00:00 committed by Carsten Dominik
parent 972b0a581e
commit 8c2f37270d
1 changed files with 1 additions and 1 deletions

View File

@ -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))