* [PATCH] org-entry-properties: enhance docstring
@ 2010-12-09 16:25 Julien Danjou
0 siblings, 0 replies; only message in thread
From: Julien Danjou @ 2010-12-09 16:25 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Julien Danjou
* org.el (org-entry-properties): Enhance docstring.
Signed-off-by: Julien Danjou <julien@danjou.info>
---
lisp/org.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 6474126..b7ae6ae 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -13381,7 +13381,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))
--
1.7.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-09 16:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 16:25 [PATCH] org-entry-properties: enhance docstring Julien Danjou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.