From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Danjou Subject: [PATCH] org-entry-properties: enhance docstring Date: Thu, 9 Dec 2010 17:25:04 +0100 Message-ID: <1291911904-24018-1-git-send-email-julien@danjou.info> Return-path: Received: from [140.186.70.92] (port=52879 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQjIp-0006xj-IA for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 11:25:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQjIo-000064-DD for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 11:25:07 -0500 Received: from coquelicot-s.easter-eggs.com ([213.215.37.94]:50981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQjIo-00005t-7H for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 11:25:06 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Julien Danjou * org.el (org-entry-properties): Enhance docstring. Signed-off-by: Julien Danjou --- 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