From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Accepted] Add missing value to docstring for org-link-frame-setup Date: Thu, 23 Dec 2010 08:27:45 +0100 (CET) Message-ID: <20101223072745.2BEA37FAFDA@localhost.localhost> References: <1292989227-9415-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49555 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVfaX-0005sG-SG for emacs-orgmode@gnu.org; Thu, 23 Dec 2010 02:27:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVfaW-0002Yy-4r for emacs-orgmode@gnu.org; Thu, 23 Dec 2010 02:27:49 -0500 Received: from dslb-088-073-014-145.pools.arcor-ip.net ([88.73.14.145]:63323 helo=localhost.localhost) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVfaV-0002YS-Fa for emacs-orgmode@gnu.org; Thu, 23 Dec 2010 02:27:48 -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 Patch 500 (http://patchwork.newartisans.com/patch/500/) is now "Accepted". Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1292989227-9415-1-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Add missing value to docstring for org-link-frame-setup > Date: Wed, 22 Dec 2010 08:40:27 -0000 > From: Bernt Hansen > X-Patchwork-Id: 500 > Message-Id: <1292989227-9415-1-git-send-email-bernt@norang.ca> > To: emacs-orgmode@gnu.org > Cc: Bernt Hansen > > * lisp/org.el: Document missing value for org-link-frame-setup > > --- > This patch is available at git://git.norang.ca/org-mode.git fix-doc > > -Bernt > > lisp/org.el | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lisp/org.el b/lisp/org.el > index 3cecca7..c94cb5f 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -1482,6 +1482,7 @@ this link in another window or frame. This variable can be used to > set this up for the different types of links. > For VM, use any of > `vm-visit-folder' > + `vm-visit-folder-other-window' > `vm-visit-folder-other-frame' > For Gnus, use any of > `gnus' >